Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
2131c6bdea chore(deps): update rust crate rand_core to 0.10.0 2026-04-13 05:24:00 +00:00

View File

@@ -88,7 +88,7 @@ log.workspace = true
lettre.workspace = true
num-traits.workspace = true
rand.workspace = true
rand_core = { version = "0.6.4", features = ["getrandom"] }
rand_core = { version = "0.10.0", features = ["getrandom"] }
regex.workspace = true
reqwest.workspace = true
ring.workspace = true