Browse Source

macaroon: trunk -> main

merge-requests/80/head
Bruno Bigras 4 years ago
parent
commit
115d342616
  1. 6
      Cargo.lock
  2. 2
      Cargo.toml

6
Cargo.lock generated

@ -1433,10 +1433,10 @@ dependencies = [
[[package]] [[package]]
name = "macaroon" name = "macaroon"
version = "0.1.1" version = "0.2.0"
source = "git+https://github.com/macaroon-rs/macaroon.git?branch=trunk#74cc7b50c04fcd2ca468d28d6bc9a155f26fa047" source = "git+https://github.com/macaroon-rs/macaroon.git?branch=main#6015828846f11251248fcdd717e015c33bab8b70"
dependencies = [ dependencies = [
"base64 0.12.3", "base64 0.13.0",
"log", "log",
"serde", "serde",
"serde_json", "serde_json",

2
Cargo.toml

@ -36,7 +36,7 @@ bytes = "1.1.0"
http = "0.2.4" http = "0.2.4"
# Used to find data directory for default db path # Used to find data directory for default db path
directories = "3.0.2" directories = "3.0.2"
macaroon = { git = "https://github.com/macaroon-rs/macaroon.git", branch = "trunk" } macaroon = { git = "https://github.com/macaroon-rs/macaroon.git", branch = "main" }
openid = "0.9" openid = "0.9"
# Used for ruma wrapper # Used for ruma wrapper
serde_json = { version = "1.0.67", features = ["raw_value"] } serde_json = { version = "1.0.67", features = ["raw_value"] }

Loading…
Cancel
Save