From 8bf6788be05cd520812e72e9cb37b1d613357269 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Wed, 28 Feb 2024 10:23:25 +0100 Subject: [PATCH] chore: update dependencies --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 9 ++++----- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef7e82c..75f1ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.12" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -397,9 +397,9 @@ dependencies = [ [[package]] name = "bp-esplora" -version = "0.11.0-beta.2" +version = "0.11.0-beta.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d642e2e6d699edd884e0359668750df1590d209f2ff956d3c5fbf58b5eba730" +checksum = "c918bed49faf5d1e1867f0837de676d7172cb37b7fcebe5b6eb768ee7b98e30c" dependencies = [ "amplify", "bp-std", @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "bp-util" version = "0.11.0-beta.4" -source = "git+https://github.com/BP-WG/bp-wallet?branch=v0.11#fabaa6c04c8055490fc4af921012d8d09998f3bf" +source = "git+https://github.com/BP-WG/bp-wallet?branch=master#54c39fb8d794b7e3a02348433b5cdce2f107528e" dependencies = [ "amplify", "base64", @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "bp-wallet" version = "0.11.0-beta.4" -source = "git+https://github.com/BP-WG/bp-wallet?branch=v0.11#fabaa6c04c8055490fc4af921012d8d09998f3bf" +source = "git+https://github.com/BP-WG/bp-wallet?branch=master#54c39fb8d794b7e3a02348433b5cdce2f107528e" dependencies = [ "amplify", "bp-esplora", @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "rgb-core" version = "0.11.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-core?branch=master#0716f0e768df8768a6729fa62aa1cbbb56bd4003" +source = "git+https://github.com/RGB-WG/rgb-core?branch=master#6fc1a557dce94add483dbca59ce2b7ccec007464" dependencies = [ "aluvm", "amplify", @@ -1602,7 +1602,7 @@ dependencies = [ [[package]] name = "rgb-invoice" version = "0.11.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.11#0a9c92ef073ac3c3c61390cebe94aa0da341e86d" +source = "git+https://github.com/RGB-WG/rgb-std?branch=master#6801aa52abadc978cbdb3a0351aec5f91a076bb2" dependencies = [ "amplify", "baid58", @@ -1673,7 +1673,7 @@ dependencies = [ [[package]] name = "rgb-std" version = "0.11.0-beta.4" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.11#0a9c92ef073ac3c3c61390cebe94aa0da341e86d" +source = "git+https://github.com/RGB-WG/rgb-std?branch=master#6801aa52abadc978cbdb3a0351aec5f91a076bb2" dependencies = [ "amplify", "baid58", @@ -2214,9 +2214,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 6a3560d..ee0ea4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ bp-seals = "0.11.0-beta.4" bp-std = "0.11.0-beta.4" bp-wallet = "0.11.0-beta.4" bp-util = "0.11.0-beta.4" -bp-esplora = "0.11.0-beta.2" +bp-esplora = "0.11.0-beta.4" descriptors = "0.11.0-beta.4" electrum-client = "0.19.0" psbt = { version = "0.11.0-beta.4", features = ["client-side-validation"] } @@ -98,8 +98,7 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s features = [ "all" ] [patch.crates-io] -bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.11" } -bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.11" } +bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" } +bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" } rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" } -rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" } -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" } +rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }