mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
Bump anyhow from 1.0.70 to 1.0.71 (#1819)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... 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
4e7ace443c
commit
445285a996
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -429,9 +429,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.70"
|
||||
version = "1.0.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
||||
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
|
||||
@@ -34,7 +34,7 @@ serde_json = "~1.0"
|
||||
chrono = { version = "~0.4", features = ["serde"] }
|
||||
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order", "chrono"] }
|
||||
itertools = "0.10"
|
||||
anyhow = "1.0.70"
|
||||
anyhow = "1.0.71"
|
||||
futures = "0.3.28"
|
||||
futures-util = "0.3.27"
|
||||
clap = { version = "4.2.5", features = ["derive"] }
|
||||
|
||||
@@ -39,7 +39,7 @@ segment = { path = "../segment" }
|
||||
collection = { path = "../collection" }
|
||||
api = { path = "../api" }
|
||||
futures = "0.3.28"
|
||||
anyhow = "1.0.70"
|
||||
anyhow = "1.0.71"
|
||||
uuid = "1.3.1"
|
||||
url = "2.3.1"
|
||||
reqwest = { version = "0.11", features = ["stream", "rustls-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user