diff --git a/Cargo.lock b/Cargo.lock index 7be08f3..7779936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index f4a05e9..05ebb77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] } # error types thiserror = "1.0.37" -anyhow = "1.0.72" +anyhow = "1.0.82" # tokio tracing crate tracing = "0.1.37" diff --git a/packages/opentelemetry-tracing-utils/Cargo.toml b/packages/opentelemetry-tracing-utils/Cargo.toml index 9308237..41042bf 100644 --- a/packages/opentelemetry-tracing-utils/Cargo.toml +++ b/packages/opentelemetry-tracing-utils/Cargo.toml @@ -13,7 +13,7 @@ description = "Some opinionated useful utilities for setting up otel tracing in [dependencies] # error types thiserror = "1.0.37" -anyhow = "1.0.72" +anyhow = "1.0.82" # tokio tracing tracing = "0.1.37" # Implements the types defined in the Otel spec