From a6ea0c4cef745168c7118644a091b3ce5cc2d5a3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 21 Oct 2022 14:43:34 -0700 Subject: rust: bump macaroon crate to v0.3.0 (upstream) --- 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 37aee6b4..65ebc503 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/macaroon", branch = "bnewbold-legacy-hmac-fixed-branch" } +macaroon = "0.3.0" rand = "*" failure = "*" -- cgit v1.2.3