aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-27 21:05:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-27 21:05:40 -0800
commit26438d2392eb68345ee7eff204b85c6471ce59c2 (patch)
tree66df690b4e4efaf718c7753a833da72ab32a5c79 /rust/Cargo.toml
parent946c98593cb5346fff3d1aa72c4992376ec20471 (diff)
downloadfatcat-26438d2392eb68345ee7eff204b85c6471ce59c2.tar.gz
fatcat-26438d2392eb68345ee7eff204b85c6471ce59c2.zip
bump busted libmacaroons-rs dependency
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 03fc4814..a20118d2 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -21,7 +21,7 @@ data-encoding = "2.1"
regex = "1"
lazy_static = "1.0"
sha1 = { version = "0.6", features = ["std"] }
-macaroon = { git = "https://github.com/bnewbold/libmacaroon-rs", branch = "bnewbold-stable-rust" }
+macaroon = { git = "https://github.com/bnewbold/libmacaroon-rs", branch = "bnewbold-broken" }
# API server
chrono = { version = "0.4", features = ["serde"] }