From d2041ddd9efbee3962a561de4979697bf416401f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:04:32 +0100 Subject: [PATCH] Bump anyhow from 1.0.92 to 1.0.95 (#193) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.95) --- 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dfdb67..08b7391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index dba5329..594bbf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ debug_logs = ["slog/max_level_debug"] systemd = ["systemd_socket/enable_systemd"] [dependencies] -anyhow = "1.0.92" +anyhow = "1.0.95" async-channel = "2.0.0" base32 = "0.5.1" base64 = "0.22.1"