diff --git a/Cargo.lock b/Cargo.lock index 4ccf03e2..0140c287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,7 +1753,7 @@ dependencies = [ "moksha-wallet", "rand", "reqwest", - "secp256k1 0.27.0", + "secp256k1 0.28.2", "serde", "tempfile", "testcontainers", @@ -2802,7 +2802,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ "bitcoin_hashes 0.12.0", - "rand", "secp256k1-sys 0.8.1", "serde", ] diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 282663da..fa20cd21 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -24,7 +24,7 @@ anyhow = { version = "1.0.80", features = ["backtrace"] } serde = { version = "1.0.197", features = ["derive"] } lightning-invoice = "0.29.0" bitcoin_hashes = { version = "0.12.0", default-features = false } -secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] } +secp256k1 = { version = "0.28.2", default-features = false, features = ["recovery", "alloc", "rand"] } tracing = "0.1.40" testcontainers = "0.15.0"