aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-15 15:21:56 +0000
committerGitHub <[email protected]>2021-06-15 15:21:56 +0000
commit1a3a3b4fd302e422e4371fddda171825646d5288 (patch)
treed25f287c33c8b1a5b2db7249474869ba0007e7c8
parentMerge pull request #44 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate rand to 0.8.4 (diff)
downloadwhirl-1a3a3b4fd302e422e4371fddda171825646d5288.tar.xz
whirl-1a3a3b4fd302e422e4371fddda171825646d5288.zip
Merge pull request #45 from Whirlsplash/renovate/rand-0.x
-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 1183f2e..ca0fc55 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" }