From 071190b549b500f7438865dafc0e1197db677482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:40:34 +0000 Subject: [PATCH] build(deps): Bump anyhow from 1.0.93 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 854117a0..937ab210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -55,9 +55,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index fe1075d2..d3c702fd 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.93", default-features = false } +anyhow = { version = "1.0.95", 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 }