From e89131c26b4c55e06ae782c77b95021e632065fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:04:36 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.81 to 1.0.92 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.92) --- 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..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"