chore(deps): update rust crate rand to 0.10.0

This commit was merged in pull request #9.
This commit is contained in:
2026-02-09 01:43:55 +00:00
parent 19406960e7
commit 6f3586f109
2 changed files with 208 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ noprocess = { version = "0.0.2" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
rand = "0.9.2"
rand = "0.10.0"
uuid = { version = "1.19.0", features = ["serde", "v4", "v7"] }
serde = { version = "1.0.228", features = ["derive"] }
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }