From 88d346b7fe86e1023bde730fbf3a1a051ef54005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:38:28 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.83 to 1.0.84 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.84. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.84) --- 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 8367d6aa..9554e4f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "18b8795de6d09abb2b178fa5a9e3bb10da935750f33449a132b328b9391b2c6a" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index 957473a7..0570be93 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.83", default-features = false } +anyhow = { version = "1.0.84", default-features = false } async-h1 = { version = "2.3.4", default-features = false } async-std = { version = "1.12.0", default-features = false } axum = { version = "0.5.17", default-features = false }