diff --git a/Cargo.lock b/Cargo.lock index 7a7f3c9..3b44b80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "bp-wallet" version = "0.11.0-beta.6.1" -source = "git+https://github.com/will-bitlight/bp-wallet.git?rev=c1d7ce9#c1d7ce951018a554c12f3b796f9382e2c341a597" +source = "git+https://github.com/will-bitlight/bp-wallet.git?rev=bcba0d4#bcba0d49671731f2643ac34936e0d96048385ada" dependencies = [ "amplify", "base64", @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "rgb-interfaces" version = "0.11.0-beta.6" -source = "git+https://github.com/will-bitlight/rgb-interfaces.git?branch=testnet4#bd11bd690dd26c760089108479f344f6b5f8aacb" +source = "git+https://github.com/will-bitlight/rgb-interfaces.git?rev=19526d5#19526d587e97b40f0880796cdde240447290b6ba" dependencies = [ "aluvm", "amplify", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "rgb-invoice" version = "0.11.0-beta.6" -source = "git+https://github.com/will-bitlight/rgb-std.git?rev=929c416#929c4169ec3037cef91b6d7792ae7ae687a61302" +source = "git+https://github.com/will-bitlight/rgb-std.git?rev=78a4951#78a4951e5d029ce81f4f5794df2db6effee18b28" dependencies = [ "amplify", "baid64", @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "rgb-std" version = "0.11.0-beta.6" -source = "git+https://github.com/will-bitlight/rgb-std.git?rev=929c416#929c4169ec3037cef91b6d7792ae7ae687a61302" +source = "git+https://github.com/will-bitlight/rgb-std.git?rev=78a4951#78a4951e5d029ce81f4f5794df2db6effee18b28" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index 1978ac0..cdc5109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,9 @@ bp-seals = "0.11.0-beta.6" bp-std = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4"} descriptors = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4"} psbt = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4", features = ["client-side-validation"]} -bp-wallet = { git = "https://github.com/will-bitlight/bp-wallet.git", rev = "c1d7ce9"} -rgb-std = { git = "https://github.com/will-bitlight/rgb-std.git", rev = "929c416", features = ["fs"]} -rgb-interfaces = { git = "https://github.com/will-bitlight/rgb-interfaces.git", branch = "testnet4"} +bp-wallet = { git = "https://github.com/will-bitlight/bp-wallet.git", rev = "bcba0d4", features = ["cli"]} +rgb-std = { git = "https://github.com/will-bitlight/rgb-std.git", rev = "78a4951", features = ["fs"]} +rgb-interfaces = { git = "https://github.com/will-bitlight/rgb-interfaces.git", rev = "19526d5"} bp-electrum = "0.11.0-beta.6" bp-esplora = { version = "0.11.0-beta.6", default-features = false, features = ["blocking"] }