aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-05 15:59:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-05 16:27:28 -0700
commit96447d437fcbc8c6e53a49c9d4599d6c92e63eee (patch)
tree1f67bac94a8ad1965f5d215cde0ba09f0943a29c /rust/Cargo.toml
parent0b69a766d4ecd92608e62b5e6bfed9d7e4797bf0 (diff)
downloadfatcat-96447d437fcbc8c6e53a49c9d4599d6c92e63eee.tar.gz
fatcat-96447d437fcbc8c6e53a49c9d4599d6c92e63eee.zip
rust: switch to patched version of macaroon v0.2.0, for legacy HMACs
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 107663f7..37aee6b4 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 = "0.2"
+macaroon = { git = "https://github.com/bnewbold/macaroon", branch = "bnewbold-legacy-hmac-fixed-branch" }
rand = "*"
failure = "*"