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

This commit is contained in:
2025-08-12 00:23:59 +00:00
parent bb88b3e21f
commit cbebca8b09
2 changed files with 3 additions and 3 deletions

View File

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