diff --git a/crates/bdk/Cargo.toml b/crates/bdk/Cargo.toml index cc95099da..2446bcc68 100644 --- a/crates/bdk/Cargo.toml +++ b/crates/bdk/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.57" [dependencies] -log = "^0.4" +log = "=0.4.18" rand = "^0.8" miniscript = { version = "9", features = ["serde"] } bitcoin = { version = "0.29", features = ["serde", "base64", "rand"] }