fix(deps): update rust crate rand to 0.10.0 (#49)
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit was merged in pull request #49.
This commit is contained in:
2026-02-09 02:39:03 +01:00
parent e9e542b506
commit b0f8295a81
2 changed files with 292 additions and 78 deletions

View File

@@ -12,7 +12,7 @@ readme = "../../README.md"
anyhow.workspace = true
futures = "0.3.30"
futures-util = "0.3.30"
rand = "0.9.0"
rand = "0.10.0"
thiserror = "2.0.0"
tokio.workspace = true
tokio-util = "0.7.11"