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:
dependabot[bot]
2023-05-01 21:37:24 +02:00
committed by Andrey Vasnetsov
parent 4e7ace443c
commit 445285a996
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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"

View File

@@ -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"] }

View File

@@ -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"] }