aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-09-26 14:54:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-09-26 14:55:01 -0700
commit0b69a766d4ecd92608e62b5e6bfed9d7e4797bf0 (patch)
treebd6100f5fb6efd6c8a7d764cc0057b9c5013dd0e /rust/Cargo.toml
parent8bdd5fd92a33cf05424447241033bd529b68af77 (diff)
downloadfatcat-0b69a766d4ecd92608e62b5e6bfed9d7e4797bf0.tar.gz
fatcat-0b69a766d4ecd92608e62b5e6bfed9d7e4797bf0.zip
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.
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 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 = "*"