aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-15 22:22:11 +0000
committerFuwn <[email protected]>2021-06-15 22:22:11 +0000
commit030944114fa5396840d7fd6d721efb3572fe9809 (patch)
tree86c81be8b13c7a9ff7e1cdf4121f09c6615e6e4d
parentMerge pull request #3 from fuwn/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate rand to 0.8.4 (diff)
downloadnitrous-030944114fa5396840d7fd6d721efb3572fe9809.tar.xz
nitrous-030944114fa5396840d7fd6d721efb3572fe9809.zip
Merge pull request #4 from fuwn/renovate/rand-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b77cc5c..d250163 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ harness = false
structopt = "0.3.21"
# Utility
-rand = "0.8.3"
+rand = "0.8.4"
# Logging
log = "0.4.14"