From 8b15bd47c61fde389ecfc40fb3aaf4fe83a02bfb Mon Sep 17 00:00:00 2001 From: raphjaph Date: Tue, 8 Oct 2024 18:19:24 +0200 Subject: [PATCH] Update bip322 crate --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1319995c3..c4818419a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ checksum = "98f7eed2b2781a6f0b5c903471d48e15f56fb4e1165df8a9a2337fd1a59d45ea" [[package]] name = "bip322" -version = "0.0.6" +version = "0.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7b63fd4548b433ad6a8b52bd15bdef2a8ea1cf16a35cfef6c42cde150cda7a" +checksum = "f1ce446a2647b907e2b39a956e1739c9f49f12fea948a3a5ead25e5d2bf2c67c" dependencies = [ "base64 0.22.1", "bitcoin 0.31.2", diff --git a/Cargo.toml b/Cargo.toml index d5bf1e042c..7e2d065d3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ async-trait = "0.1.72" axum = { version = "0.6.1", features = ["http2"] } axum-server = "0.5.0" base64 = "0.22.0" -bip322 = "0.0.6" +bip322 = "0.0.7" bip39 = "2.0.0" bitcoin = { version = "0.30.1", features = ["rand"] } boilerplate = { version = "1.0.0", features = ["axum"] }