chore(deps): bump toml to 0.9 (#818)

This commit is contained in:
Martin von Zweigbergk 2025-09-04 08:32:20 -07:00 committed by GitHub
parent 84dc372a89
commit 65a9efef98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ rand_core = { version = "0.9", default-features = false }
rand_chacha = "0.9"
serde = { version = "1.0", features = ["derive"] }
strobe-rs = "0.5"
toml = { version = "0.7" }
toml = { version = "0.9" }
[[bench]]
name = "ed25519_benchmarks"