From 0b69a766d4ecd92608e62b5e6bfed9d7e4797bf0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 26 Sep 2022 14:54:58 -0700 Subject: rust: switch from patched macaroons to upstream v0.2.0 Much fo the changes here are to deal with the 'ByteString' type that is included as part of the macaroons library itself. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b521316e..107663f7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,7 +23,7 @@ data-encoding = "2.1" regex = "1" lazy_static = "1" sha1 = { version = "0.6", features = ["std"] } -macaroon = { git = "https://github.com/bnewbold/libmacaroon-rs", branch = "bnewbold-broken" } +macaroon = "0.2" rand = "*" failure = "*" -- cgit v1.2.3