diff --git a/Cargo.lock b/Cargo.lock index 0f736aef..0c44bb38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "anymap2" diff --git a/Cargo.toml b/Cargo.toml index 12ad85b5..04643de0 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.91" 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..af6af82d 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.91" serde_yaml = "0.9.27" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 8a086b48..fe3a00ce 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.91" serial_test = "3.0.0"