Update Rust crate anyhow to 1.0.100
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-09-20 00:32:14 +00:00
parent fa3e4c3160
commit 38de3c10f1
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
serde = { version = "1.0.225", features = ["derive"] }
anyhow = "1.0.99"
anyhow = "1.0.100"
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }
p384 = { version = "0.13.1", features = ["ecdsa", "pkcs8", "pem"] }
jsonwebtoken = "9.3.1"