mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
Bump async-trait from 0.1.62 to 0.1.63 (#1392)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.62 to 0.1.63. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.62...0.1.63) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Andrey Vasnetsov
parent
a218f198c2
commit
c3e88a33e8
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user