Browse Source

Update patched xtra dependency

The new revision includes
413dc807bd
which could prevent some bugs.
no-buy-button-while-setting-up-cfd
Lucas Soriano del Pino 3 years ago
parent
commit
17ed9deb3f
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock

@ -3798,7 +3798,7 @@ dependencies = [
[[package]]
name = "xtra"
version = "0.6.0"
source = "git+https://github.com/Restioson/xtra#8bc69134b9204a5c247e3926f7ccc4132212dbea"
source = "git+https://github.com/Restioson/xtra#413dc807bd70d70cfe4a02cb3fd7d49d10d827e9"
dependencies = [
"async-trait",
"barrage",

2
Cargo.toml

@ -4,7 +4,7 @@ resolver = "2"
[patch.crates-io]
rocket = { git = "https://github.com/SergioBenitez/Rocket" } # Need to patch rocket dependency of `rocket_basicauth` until there is an official release.
xtra = { git = "https://github.com/Restioson/xtra" } # Latest master has crucial patches.
xtra = { git = "https://github.com/Restioson/xtra" } # We need to use unreleased patches.
secp256k1-zkp = { git = "https://github.com/ElementsProject/rust-secp256k1-zkp" } # Latest master has crucial patches.
maia = { git = "https://github.com/comit-network/maia", rev = "70fc548da0fe4f34478fb34ec437fa9a434c7ee3" }
xtra_productivity = { git = "https://github.com/comit-network/xtra-productivity", rev = "eda11a682dbbf16a9004cfe5e30baa1c60062a67" }

Loading…
Cancel
Save