From 747a3a8d03534e6aab6eff3190b10800c23dcef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:52:30 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.74 to 1.0.75 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.74 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.74...1.0.75) --- 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 9b5ede9b..5cf4b3fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,9 +31,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index 6b55a955..91f9520f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ drawbridge-server = { path = "./crates/server", version = "0.4.0" } drawbridge-type = { path = "./crates/type", version = "0.4.1" } # External dependencies -anyhow = { version = "1.0.74", default-features = false } +anyhow = { version = "1.0.75", default-features = false } async-h1 = { version = "2.3.3", default-features = false } async-std = { version = "1.11.0", default-features = false } axum = { version = "0.5.17", default-features = false }