aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-21 14:43:34 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-21 14:43:34 -0700
commita6ea0c4cef745168c7118644a091b3ce5cc2d5a3 (patch)
tree63c89baf4067d1386ed5c88e4daa3d9cb2f9f40a /rust/Cargo.toml
parentb38f113b6afca9190c950748183e0ea7c1f4954b (diff)
downloadfatcat-a6ea0c4cef745168c7118644a091b3ce5cc2d5a3.tar.gz
fatcat-a6ea0c4cef745168c7118644a091b3ce5cc2d5a3.zip
rust: bump macaroon crate to v0.3.0 (upstream)
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = "*"