From 661221cd0fc5811d29e5649c505d428fef9c998e Mon Sep 17 00:00:00 2001 From: pauldelucia Date: Wed, 16 Apr 2025 19:47:34 +0700 Subject: [PATCH] chore: bump rust-dashcore version --- Cargo.lock | 28 ++++++++++++++-------------- packages/rs-dpp/Cargo.toml | 4 ++-- packages/rs-drive-abci/Cargo.toml | 2 +- packages/rs-sdk/Cargo.toml | 2 +- packages/simple-signer/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc5ee9e0bfd..060c025670d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,8 +1285,8 @@ dependencies = [ [[package]] name = "dashcore" -version = "0.39.3" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.3#cbe12c1ebff0e693f29e2b7ac18a8935475b4924" +version = "0.39.4" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.5#8a87e75a31a40c3bf7a42d1c9a4197bc0a79ea12" dependencies = [ "anyhow", "base64-compat", @@ -1308,13 +1308,13 @@ dependencies = [ [[package]] name = "dashcore-private" -version = "0.39.3" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.3#cbe12c1ebff0e693f29e2b7ac18a8935475b4924" +version = "0.39.4" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.5#8a87e75a31a40c3bf7a42d1c9a4197bc0a79ea12" [[package]] name = "dashcore-rpc" -version = "0.39.3" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.3#cbe12c1ebff0e693f29e2b7ac18a8935475b4924" +version = "0.39.4" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.5#8a87e75a31a40c3bf7a42d1c9a4197bc0a79ea12" dependencies = [ "dashcore-rpc-json", "hex", @@ -1326,8 +1326,8 @@ dependencies = [ [[package]] name = "dashcore-rpc-json" -version = "0.39.3" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.3#cbe12c1ebff0e693f29e2b7ac18a8935475b4924" +version = "0.39.4" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.5#8a87e75a31a40c3bf7a42d1c9a4197bc0a79ea12" dependencies = [ "bincode", "dashcore", @@ -1340,8 +1340,8 @@ dependencies = [ [[package]] name = "dashcore_hashes" -version = "0.39.3" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.3#cbe12c1ebff0e693f29e2b7ac18a8935475b4924" +version = "0.39.4" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.39.5#8a87e75a31a40c3bf7a42d1c9a4197bc0a79ea12" dependencies = [ "dashcore-private", "secp256k1", @@ -2841,9 +2841,9 @@ dependencies = [ [[package]] name = "jsonrpc" -version = "0.14.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8128f36b47411cd3f044be8c1f5cc0c9e24d1d1bfdc45f0a57897b32513053f2" +checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf" dependencies = [ "base64 0.13.1", "serde", @@ -2976,9 +2976,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" [[package]] name = "log" -version = "0.4.22" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lru" diff --git a/packages/rs-dpp/Cargo.toml b/packages/rs-dpp/Cargo.toml index b7ff42680f5..b0c45198e5d 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -28,7 +28,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.3" } +], default-features = false, tag = "v0.39.5" } env_logger = { version = "0.11" } getrandom = { version = "0.2", features = ["js"] } hex = { version = "0.4" } @@ -71,7 +71,7 @@ dpp = { path = ".", features = ["all_features_without_client"] } assert_matches = "1.5.0" once_cell = "1.7" env_logger = { version = "0.11" } -log = { version = "0.4.22" } +log = { version = "0.4.27" } [features] default = ["state-transitions"] diff --git a/packages/rs-drive-abci/Cargo.toml b/packages/rs-drive-abci/Cargo.toml index 9696eab8838..ad21fe57ae3 100644 --- a/packages/rs-drive-abci/Cargo.toml +++ b/packages/rs-drive-abci/Cargo.toml @@ -28,7 +28,7 @@ rand = "0.8.5" tempfile = "3.3.0" hex = "0.4.3" indexmap = { version = "2.2.6", features = ["serde"] } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.3" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.5" } dpp = { path = "../rs-dpp", features = ["abci"] } simple-signer = { path = "../simple-signer" } rust_decimal = "1.2.5" diff --git a/packages/rs-sdk/Cargo.toml b/packages/rs-sdk/Cargo.toml index 19e957e3985..c11f5577258 100644 --- a/packages/rs-sdk/Cargo.toml +++ b/packages/rs-sdk/Cargo.toml @@ -38,7 +38,7 @@ envy = { version = "0.4.2", optional = true } futures = { version = "0.3.30" } derive_more = { version = "1.0", features = ["from"] } # dashcore-rpc is only needed for core rpc; TODO remove once we have correct core rpc impl -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.3" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.5" } lru = { version = "0.12.5", optional = true } bip37-bloom-filter = { git = "https://github.com/dashpay/rs-bip37-bloom-filter", branch = "develop" } zeroize = { version = "1.8", features = ["derive"] } diff --git a/packages/simple-signer/Cargo.toml b/packages/simple-signer/Cargo.toml index 36f09e633b1..f1a222cd117 100644 --- a/packages/simple-signer/Cargo.toml +++ b/packages/simple-signer/Cargo.toml @@ -8,6 +8,6 @@ rust-version.workspace = true [dependencies] bincode = { version = "=2.0.0-rc.3", features = ["serde"] } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.3" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.5" } dpp = { path = "../rs-dpp", features = ["abci"] } base64 = { version = "0.22.1" }