From 540aa790545ac519f4e7c5abe97b15658d93e508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:39:52 +0100 Subject: Bump async-trait from 0.1.57 to 0.1.58 (#575) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.58. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.58) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28c52c67..8dbb1e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ termion = "1.5" unicode-width = "0.1" itertools = "0.10.5" tokio = { version = "1", features = ["full"] } -async-trait = "0.1.49" +async-trait = "0.1.58" chrono-english = "0.1.4" cli-table = { version = "0.4", default-features = false } base64 = "0.13.0" -- cgit v1.3.1