From 33f2d4f7f5ca6f1dd40174a0e79ccb619e910abb Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 5 Oct 2023 18:31:36 -0600 Subject: [PATCH] Update dependencies The `ring` dependency update is particularly important, as that adds support for Windows ARM64 targeting. I also update the toolchain version. Finally, I bump the crate version to 0.4.2 to prepare for a release with the updated dependencies. --- Cargo.toml | 16 ++++++++-------- rust-toolchain | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5df104c..81033ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdwallet" -version = "0.4.1" +version = "0.4.2" authors = ["jjy "] edition = "2021" license = "MIT" @@ -15,14 +15,14 @@ members = [ ] [dependencies] -secp256k1 = "0.26" +secp256k1 = "0.28.0" rand_core = "0.6.4" -ring = "0.16" +ring = "0.17.5" lazy_static = "1.4" -thiserror = "1.0.38" +thiserror = "1.0.50" [dev-dependencies] -hex = "0.4" -base58 = "0.1" -ripemd160 = "0.8" -rand = "0.8.3" +hex = "0.4.3" +base58 = "0.2.0" +ripemd160 = "0.10.0" +rand = "0.8.5" diff --git a/rust-toolchain b/rust-toolchain index af92bdd..5e3a425 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.63.0 +1.73.0