From f40a7e25942f7827fe9b116a85bce4771270703d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:34:30 +0000 Subject: [PATCH] Bump anyhow from 1.0.86 to 1.0.90 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.90) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- svanill-vault-cli/Cargo.toml | 2 +- svanill-vault-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1c16853..afc77798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "assert-json-diff" diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index 07b9ccb5..5dcbb083 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" } structopt = "0.3.26" atty = "0.2.14" -anyhow = "1.0.86" +anyhow = "1.0.90" thiserror = "1.0.64" reqwest = { version = "0.11.27", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] } serde = { version = "1.0.210", features = ["derive"] } diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index ebe5fe45..88abffe1 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -27,7 +27,7 @@ ring = "0.17.8" hex = "0.4.3" lru-cache = "0.1.2" futures = "0.3.30" -anyhow = "1.0.86" +anyhow = "1.0.90" log = "0.4.22" base64 = "0.22.1" hmac = "0.12.1"