From 68b0aecfec49aaab60c318bb7570eba268c5fe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:51:45 +0000 Subject: [PATCH] Bump async-trait from 0.1.56 to 0.1.57 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.56...0.1.57) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nexus/Cargo.toml | 2 +- oximeter/db/Cargo.toml | 2 +- sled-agent/Cargo.toml | 2 +- sp-sim/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29c9b29d6bb..8e67bba38d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,9 +115,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ "proc-macro2", "quote", diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index f1e9c0ce280..4617d50155e 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -10,7 +10,7 @@ path = "../rpaths" [dependencies] anyhow = "1.0" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "51de79fe02b334899be5d5fd8b469f9d140ea887" } -async-trait = "0.1.56" +async-trait = "0.1.57" base64 = "0.13.0" bb8 = "0.8.0" clap = { version = "3.2", features = ["derive"] } diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index b5d637356c6..d395fc1a088 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" -async-trait = "0.1.53" +async-trait = "0.1.57" bytes = { version = "1.2.1", features = [ "serde" ] } chrono = { version = "0.4.19", features = [ "serde" ] } clap = { version = "3.2", features = ["derive"] } diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 087336698e2..40fa82876ad 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0.58" -async-trait = "0.1.53" +async-trait = "0.1.57" bincode = "1.3.3" bytes = "1.2" cfg-if = "1.0" diff --git a/sp-sim/Cargo.toml b/sp-sim/Cargo.toml index 0c864837ba9..142018df37d 100644 --- a/sp-sim/Cargo.toml +++ b/sp-sim/Cargo.toml @@ -6,7 +6,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" -async-trait = "0.1.53" +async-trait = "0.1.57" clap = { version = "3.2", features = ["derive"] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } futures = "0.3"