diff --git a/honeybadger/Cargo.toml b/honeybadger/Cargo.toml index ec453c0..135b9ab 100644 --- a/honeybadger/Cargo.toml +++ b/honeybadger/Cargo.toml @@ -8,7 +8,7 @@ base64 = "0.22.0" bdk = { version = "0.30.1", features = ["keys-bip39"] } hex = "0.4.3" log = "0.4.17" -rand = "0.8.5" +rand = "0.10.2" secp256k1 = { version = "0.27.0", features = ["global-context"] } serde_json = "1.0" tokio = "1.32.0" diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..4387363 100644 --- a/squirrel/Cargo.toml +++ b/squirrel/Cargo.toml @@ -13,6 +13,6 @@ bdk = { version = "0.30.1", features = ["keys-bip39"] } [dev-dependencies] bitcoin = { version = "0.29.2" } ctor = "0.2.0" -rand = "0.8.5" +rand = "0.10.2" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" }