Skip to content

Commit

Permalink
biscuit to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kragall committed Dec 6, 2023
1 parent 6e3ea19 commit d4d4ba9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clearing-house-app/core-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
aes = "0.6.0"
aes-gcm-siv = "0.9.0"
# As of now there is no release of biscuit after 04.03.2022 which introduces Clone to JWKS
biscuit = { git = "https://github.com/lawliet89/biscuit", rev = "144bac5" }
biscuit = "0.6.0"

base64 = "0.9.3"
blake2-rfc = "0.2.18"
Expand Down
2 changes: 1 addition & 1 deletion clearing-house-app/document-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
edition = "2018"

[dependencies]
biscuit = { git = "https://github.com/lawliet89/biscuit", rev = "144bac5" }
biscuit = "0.6.0"
chrono = { version = "0.4", features = ["serde"] }
core-lib = {path = "../core-lib" }
error-chain = "0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion clearing-house-app/keyring-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
aes = "0.6.0"
aes-gcm-siv = "0.9.0"
base64 = "0.9.3"
biscuit = { git = "https://github.com/lawliet89/biscuit", rev = "144bac5" }
biscuit = "0.6.0"
chrono = { version = "0.4", features = ["serde"] }
core-lib = {path = "../core-lib" }
error-chain = "0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion clearing-house-app/logging-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
edition = "2018"

[dependencies]
biscuit = { git = "https://github.com/lawliet89/biscuit", rev = "144bac5" }
biscuit = "0.6.0"
core-lib = { path = "../core-lib" }
chrono = { version = "0.4", features = ["serde"] }
error-chain = "0.12.1"
Expand Down

0 comments on commit d4d4ba9

Please sign in to comment.