diff --git a/Cargo.lock b/Cargo.lock index 1e5c5cea64..3d9ad61739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 606f11b1b7..18e7350348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/lib/storage/Cargo.toml b/lib/storage/Cargo.toml index a4a9259dc0..574787dd61 100644 --- a/lib/storage/Cargo.toml +++ b/lib/storage/Cargo.toml @@ -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"] }