fix(deps): update rust crate rand to 0.9.0 (#27)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-28 02:46:27 +01:00
parent 1e08ee3dbb
commit 772366e267
2 changed files with 54 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ anyhow.workspace = true
async-trait = "0.1.81"
futures = "0.3.30"
futures-util = "0.3.30"
rand = "0.8.5"
rand = "0.9.0"
thiserror = "2.0.0"
tokio.workspace = true
tokio-util = "0.7.11"