From 5cd30b4c138547e7db9110e711f17ca09c4e9847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:41:27 +0200 Subject: [PATCH] build(deps): bump anyhow from 1.0.88 to 1.0.89 (#425) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) --- 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 7946b4e4..3aae3d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 141cbb1a..c18ddb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ log = { version = "0.4.22" } clap = { version = "4.5.17", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] } arbitrary = { version = "1.3.2", features = ["derive"] } -anyhow = { version = "1.0.88", features = ["backtrace", "std"] } +anyhow = { version = "1.0.89", features = ["backtrace", "std"] } mio = { version = "1.0.2", features = ["net", "os-poll"] } oqs-sys = { version = "0.9.1", default-features = false, features = [ 'classic_mceliece',