diff --git a/Cargo.lock b/Cargo.lock index 0f0b8a9e..82747301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3463,7 +3463,7 @@ dependencies = [ "async-trait", "atty", "backoff", - "base64 0.12.3", + "base64 0.13.0", "bdk", "big-bytes", "bitcoin", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 4795c765..6f3b144e 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -15,7 +15,7 @@ async-recursion = "0.3.1" async-trait = "0.1" atty = "0.2" backoff = { version = "0.3", features = ["tokio"] } -base64 = "0.12" +base64 = "0.13" bdk = { version = "0.4" } big-bytes = "1" bitcoin = { version = "0.26", features = ["rand", "use-serde"] }