aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-15 15:11:09 +0000
committerRenovate Bot <[email protected]>2021-06-15 15:11:09 +0000
commit6a507a47b70523ab64caa900b3eab3ece1c25ec4 (patch)
treefb8baf3209355d6cc721cbcae64b69a56a92db1f
parentMerge pull request #44 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-6a507a47b70523ab64caa900b3eab3ece1c25ec4.tar.xz
whirl-6a507a47b70523ab64caa900b3eab3ece1c25ec4.zip
fix(deps): update rust crate rand to 0.8.4
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 1877f85..03dfb33 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -24,7 +24,7 @@ human-panic = "1.0.3"
# simple-error = "0.2.3"
# Utility
-rand = "0.8.3"
+rand = "0.8.4"
async-trait = "0.1.50"
whirl_common = { path = "../whirl_common" }