From 2a8fa3613a036140a9deda53dcb8a7295962ab51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:10:28 +0000 Subject: [PATCH 1/2] Bump bip32 from 0.5.2 to 0.5.3 Bumps [bip32](https://github.com/iqlusioninc/crates) from 0.5.2 to 0.5.3. - [Commits](https://github.com/iqlusioninc/crates/compare/bip32/v0.5.2...bip32/v0.5.3) --- updated-dependencies: - dependency-name: bip32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1b119daa..97307cb4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,9 +814,9 @@ dependencies = [ [[package]] name = "bip32" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" +checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69" dependencies = [ "bs58 0.5.0", "hmac 0.12.1", @@ -825,6 +825,7 @@ dependencies = [ "pbkdf2 0.12.2", "rand_core 0.6.4", "ripemd", + "secp256k1 0.27.0", "sha2 0.10.8", "subtle", "zeroize", @@ -4198,7 +4199,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite 0.2.13", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index d3b021771..c1bed2dc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ark-ff = { version = "0.4", default-features = false } ark-std = { version = "0.4", default-features = false } assert_matches = { version = "1.5", default-features = false } async-trait = { version = "0.1", default-features = false } -bip32 = { version = "0.5.2", default-features = false } +bip32 = { version = "0.5.3", default-features = false } bytes = { version = "1", default-features = false } chrono = { version = "0.4", default-features = false } clap = { version = "4", default-features = false } From c90e77b34b02a2aef6cd47045e84f12306dc8b3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:11:40 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index a79a3de23..c79da51cd 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -236,7 +236,7 @@ - name: bioauth-keys 0.1.0 features: - default -- name: bip32 0.5.2 +- name: bip32 0.5.3 features: - alloc - bip39