From 773af09c5ea87ebb34ccef8bd42e4c39a4b3a340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:36:01 +0000 Subject: [PATCH] Bump the minor-changes group across 1 directory with 3 updates Bumps the minor-changes group with 3 updates in the / directory: [secrecy](https://github.com/iqlusioninc/crates), [insta](https://github.com/mitsuhiko/insta) and [serde](https://github.com/serde-rs/serde). Updates `secrecy` from 0.8.0 to 0.10.1 - [Commits](https://github.com/iqlusioninc/crates/compare/secrecy/v0.8.0...secrecy/v0.10.1) Updates `insta` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.39.0...1.40.0) Updates `serde` from 1.0.204 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.210) --- updated-dependencies: - dependency-name: secrecy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 497da7c..8952147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" dependencies = [ "console", "lazy_static", @@ -415,9 +415,9 @@ dependencies = [ [[package]] name = "secrecy" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" +checksum = "d97d6b0620457bfe19b3b0fbfdd4c2c172a14c108096b8ff8bca6a71001f5d91" dependencies = [ "zeroize", ] @@ -449,18 +449,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.204" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7a989a4..0b3c6cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/slowli/secret-tree" # Public dependencies (present in the API exposed by the crate). rand_core = { version = "0.6.4", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } -secrecy = { version = "0.8.0", default-features = false } +secrecy = { version = "0.10.1", default-features = false } # Private dependencies. blake2 = { version = "0.10.0", default-features = false } @@ -28,7 +28,7 @@ const-decoder = "0.3.0" doc-comment = "0.3.3" ed25519 = { package = "ed25519-dalek", version = "2" } hex = "0.4.2" -insta = { version = "1.39.0", features = ["yaml"] } +insta = { version = "1.40.0", features = ["yaml"] } rand = "0.8" serde = { version = "1.0", features = ["derive"] } toml = "0.8.2"