diff --git a/Cargo.lock b/Cargo.lock index 3b8d505b..3843317a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" @@ -2001,7 +2001,7 @@ name = "moksha-core" version = "0.2.1" dependencies = [ "anyhow", - "base64 0.22.0", + "base64 0.22.1", "bitcoin_hashes 0.14.0", "getrandom", "hex", @@ -2818,7 +2818,7 @@ version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "bytes", "futures-core", "futures-util", @@ -3044,7 +3044,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "rustls-pki-types", ] @@ -3267,7 +3267,7 @@ version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", diff --git a/Cargo.toml b/Cargo.toml index 674e84b8..8994c006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ anyhow = "1.0.82" assert_cmd = "2.0.14" async-trait = "0.1.80" axum = "0.7.5" -base64 = "0.22.0" +base64 = "0.22.1" bip32 = "0.5.1" bip39 = "2.0.0" bitcoincore-rpc = "0.18.0"