Skip to content

Commit

Permalink
Upgrade biscuit to 0.6.
Browse files Browse the repository at this point in the history
Changelog can be found [here](https://github.com/lawliet89/biscuit/releases/tag/v0.6.0).

This also removes `time 0.1` from the dependency tree, which had some
[vulnerabilities](https://rustsec.org/advisories/RUSTSEC-2020-0071).
  • Loading branch information
rbartlensky authored and kilork committed Mar 30, 2023
1 parent 41f09f8 commit 0eeec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rustls = ["reqwest/rustls-tls"]
lazy_static = "1.4"
serde_json = { version = "1", default-features = false }
base64 = "0.13"
biscuit = "0.5"
biscuit = "0.6"
thiserror = "1"
validator = { version = "0.15", features = ["derive"] }

Expand Down

0 comments on commit 0eeec4c

Please sign in to comment.