From 7135b3dbfb36e137a4d3779e45b4b02a15630332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:09:09 +0000 Subject: [PATCH] build(deps): Bump anyhow from 1.0.87 to 1.0.88 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 357e6f68..7da4952c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index 0f6510bb..fca03baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ drawbridge-server = { path = "./crates/server", version = "0.4.3" } drawbridge-type = { path = "./crates/type", version = "0.4.3" } # External dependencies -anyhow = { version = "1.0.87", default-features = false } +anyhow = { version = "1.0.88", default-features = false } async-h1 = { version = "2.3.4", default-features = false } async-std = { version = "1.13.0", default-features = false } axum = { version = "0.5.17", default-features = false }