mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
chore(deps): bump toml to 0.9 (#818)
This commit is contained in:
parent
84dc372a89
commit
65a9efef98
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ rand_core = { version = "0.9", default-features = false }
|
||||||
rand_chacha = "0.9"
|
rand_chacha = "0.9"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
strobe-rs = "0.5"
|
strobe-rs = "0.5"
|
||||||
toml = { version = "0.7" }
|
toml = { version = "0.9" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "ed25519_benchmarks"
|
name = "ed25519_benchmarks"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue