diff --git a/Cargo.lock b/Cargo.lock index 0f736aef..323c8e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "anymap2" diff --git a/Cargo.toml b/Cargo.toml index 12ad85b5..e936e2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1.37", features = ["full"] } futures = "0.3.30" async-trait = "0.1.78" thiserror = "1.0.58" -anyhow = "1.0.81" +anyhow = "1.0.92" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] } tracing-opentelemetry = "0.23.0" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index b6c37de3..f3e0f518 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -34,5 +34,5 @@ governor = { workspace = true } lazy_static = { workspace = true } [dev-dependencies] -anyhow = "1.0.70" +anyhow = "1.0.92" serde_yaml = "0.9.27" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 8a086b48..5e838a18 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -28,5 +28,5 @@ futures = { workspace = true } serde_with = { workspace = true } [dev-dependencies] -anyhow = "1.0.70" +anyhow = "1.0.92" serial_test = "3.0.0"