From f423dd46df196b4c0ff71debc242e9a884ce1d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:23:04 +0000 Subject: [PATCH] Bump anyhow from 1.0.91 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.93) --- 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 d513c865..86e4fe1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "assert-json-diff" diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index ae4b9df6..84c283e9 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.91" +anyhow = "1.0.93" thiserror = "1.0.66" reqwest = { version = "0.11.27", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] } serde = { version = "1.0.214", features = ["derive"] } diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 85329d69..7277a6f7 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.31" -anyhow = "1.0.91" +anyhow = "1.0.93" log = "0.4.22" base64 = "0.22.1" hmac = "0.12.1"