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"