diff --git a/Cargo.lock b/Cargo.lock index b270a53..bc23dc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index 6e37642..2d7031f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] } # error types thiserror = "1.0.37" -anyhow = "1.0.72" +anyhow = "1.0.75" # tokio tracing crate tracing = "0.1.37"