diff --git a/Cargo.lock b/Cargo.lock index 7ce134eb01..79fc601a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.62" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed" +checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1" dependencies = [ "proc-macro2", "quote", diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 3f47ecc038..200c307f90 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -31,7 +31,7 @@ atomicwrites = "0.3.1" log = "0.4" env_logger = "0.10.0" merge = "0.1.0" -async-trait = "0.1.62" +async-trait = "0.1.63" arc-swap = "1.6.0" tonic = { version = "0.8.3", features = ["gzip"] } tower = "0.4.13" diff --git a/lib/storage/Cargo.toml b/lib/storage/Cargo.toml index 8d8849fc45..0edf464a13 100644 --- a/lib/storage/Cargo.toml +++ b/lib/storage/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "~1.0", features = ["derive"] } serde_json = "~1.0" schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] } itertools = "0.10" -async-trait = "0.1.62" +async-trait = "0.1.63" log = "0.4" tonic = { version = "0.8.3", features = ["gzip"] } http = "0.2"