From f07f598e443ab2ddec117ba6bb5c127dae6c41a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 12:38:46 +0200 Subject: [PATCH] build(deps): bump anyhow from 1.0.83 to 1.0.85 (#317) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.85. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.85) --- 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 9c6f4e4..f613e82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "27a4bd113ab6da4cd0f521068a6e2ee1065eab54107266a11835d02c8ec86a37" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index b430ac0..d18905e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ log = { version = "0.4.21" } clap = { version = "4.5.4", features = ["derive"] } serde = { version = "1.0.202", features = ["derive"] } arbitrary = { version = "1.3.2", features = ["derive"] } -anyhow = { version = "1.0.83", features = ["backtrace", "std"] } +anyhow = { version = "1.0.85", features = ["backtrace", "std"] } mio = { version = "0.8.11", features = ["net", "os-poll"] } oqs-sys = { version = "0.9.1", default-features = false, features = ['classic_mceliece', 'kyber'] } blake2 = "0.10.6"