Skip to content

Commit

Permalink
Merge pull request #217 from biscuit-auth/v5
Browse files Browse the repository at this point in the history
Biscuit v3.3
  • Loading branch information
divarvel authored Jan 16, 2025
2 parents 24f13e2 + f379c41 commit e3eb17a
Show file tree
Hide file tree
Showing 63 changed files with 12,720 additions and 5,046 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["biscuit-auth", "biscuit-quote", "biscuit-parser", "biscuit-capi"]
resolver = "2"
8 changes: 6 additions & 2 deletions biscuit-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prost-types = "0.10"
regex = { version = "1.5", default-features = false, features = ["std"] }
nom = { version = "7", default-features = false, features = ["std"] }
hex = "0.4"
zeroize = { version = "1", default-features = false }
zeroize = { version = "1.5", default-features = false }
thiserror = "1"
rand = { version = "0.8" }
wasm-bindgen = { version = "0.2", optional = true }
Expand All @@ -48,7 +48,11 @@ biscuit-quote = { version = "0.2.2", optional = true, path = "../biscuit-quote"
chrono = { version = "0.4.26", optional = true, default-features = false, features = [
"serde",
] }

serde_json = "1.0.117"
ecdsa = { version = "0.16.9", features = ["signing", "verifying", "pem", "alloc", "pkcs8", "serde"] }
p256 = "0.13.2"
pkcs8 = "0.9.0"
elliptic-curve = { version = "0.13.8", features = ["pkcs8"] }

[dev-dependencies]
bencher = "0.1.5"
Expand Down
Loading

0 comments on commit e3eb17a

Please sign in to comment.