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: [PATCH] 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.lock | 4 ++-- Cargo.toml | 2 +- atuin-client/Cargo.toml | 2 +- atuin-server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0caccc0..0a9c599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 28c52c6..8dbb1e7 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" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index e713508..d22210c 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -36,7 +36,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" parse_duration = "2.1.1" -async-trait = "0.1.49" +async-trait = "0.1.58" itertools = "0.10.5" shellexpand = "2" sqlx = { version = "0.6", features = [ diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index aeade5d..c8f9340 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -28,7 +28,7 @@ sqlx = { version = "0.6", features = [ "chrono", "postgres", ] } -async-trait = "0.1.49" +async-trait = "0.1.58" axum = "0.5" http = "0.2" fs-err = "2.7"