Merge pull request #6301 from deltachat/dependabot/cargo/webpki-roots-0.26.7

This commit is contained in:
dependabot[bot]
2024-12-02 00:50:22 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
toml = "0.8"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }
webpki-roots = "0.26.6"
webpki-roots = "0.26.7"
[dev-dependencies]
anyhow = { workspace = true, features = ["backtrace"] } # Enable `backtrace` feature in tests.