Merge pull request #370 from junkurihara/dependabot/cargo/anyhow-1.0.100

This commit is contained in:
Jun Kurihara 2025-09-20 14:41:17 +09:00 committed by GitHub
commit 25b3f89411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ sticky-cookie = ["rpxy-lib/sticky-cookie"]
rpxy-lib = { path = "../rpxy-lib/", default-features = false }
mimalloc = { version = "0.1.48", default-features = false }
anyhow = "1.0.99"
anyhow = "1.0.100"
ahash = "0.8.12"
serde = { version = "1.0.225", default-features = false, features = ["derive"] }
tokio = { version = "1.47.1", default-features = false, features = [