From 9a27732aa5ca2ad9789f6991de3780dd29168832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:14:05 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.81 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- shared/Cargo.toml | 2 +- user-trades/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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"