Compare commits

..

2 Commits

Author SHA1 Message Date
23cd93e517 Update Rust crate jsonwebtoken to 9.3.1 2025-03-29 22:50:47 +00:00
07d5f33719 Update Rust crate anyhow to 1.0.97 2025-03-29 18:11:49 +00:00

@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
anyhow = "1.0.82"
anyhow = "1.0.97"
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }
p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] }
jsonwebtoken = "9.3.1"