From 65903fd7f986244e938776d4abe84a0ab2bc991e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:16:35 +0000 Subject: [PATCH] Bump thiserror from 1.0.64 to 1.0.66 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.66. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.66) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- svanill-vault-cli/Cargo.toml | 2 +- svanill-vault-server/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fc52420..b0c67b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3334,18 +3334,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" dependencies = [ "proc-macro2", "quote", diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index 6319c2c0..134175fd 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -13,7 +13,7 @@ svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" } structopt = "0.3.26" atty = "0.2.14" anyhow = "1.0.90" -thiserror = "1.0.64" +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"] } serde_json = "1.0.132" diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index f9d4262c..4d89b8e1 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -22,7 +22,7 @@ libsqlite3-sys = { version = "0.30.1", features = ["bundled"] } serde = "1.0.214" serde_json = "1.0.132" serde_derive = "1.0.130" -thiserror = "1.0.64" +thiserror = "1.0.66" ring = "0.17.8" hex = "0.4.3" lru-cache = "0.1.2"