From d6af1021eaa8f659b897f484c484a7cdedc8f153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:23:35 -0400 Subject: [PATCH] Bump anyhow from 1.0.88 to 1.0.89 (#101) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bambulabs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59eb3cf..ad14dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index a0917bd..d366892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serial = ["dep:tokio-serial"] moonraker = ["dep:moonraker"] [dependencies] -anyhow = "1.0.88" +anyhow = "1.0.89" async-trait = "0.1.82" bambulabs = { path = "bambulabs", optional = true } bytes = "1.7.1" diff --git a/bambulabs/Cargo.toml b/bambulabs/Cargo.toml index a227be3..5a978b0 100644 --- a/bambulabs/Cargo.toml +++ b/bambulabs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.88" +anyhow = "1.0.89" dashmap = "6.1.0" format_serde_error = { version = "0.3.0", default-features = false, features = ["serde_json"] } lazy_static = "1.5.0"