From 445285a996e7ff7cf5ce38a5ccd2605c6ef79c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:37:24 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/storage/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"] }