diff --git a/Cargo.lock b/Cargo.lock index 2c49e7d..6d2b7f3 100644 --- a/Cargo.lock +++ b/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", diff --git a/Cargo.toml b/Cargo.toml index f192ebe..f0c3511 100644 --- a/Cargo.toml +++ b/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" }