aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-11 12:30:32 +0000
committerFuwn <[email protected]>2022-03-11 12:30:32 +0000
commit724e42fb5ea365087466e34fa67fd023cb644df9 (patch)
tree3087063f61bd58a39af1185a9b370c176acef28a
parentMerge pull request #38 from Fuwn/renovate/actions-checkout-3.x (diff)
parentfix(deps): update rust crate rand to 0.8.5 (diff)
downloadnitrous-724e42fb5ea365087466e34fa67fd023cb644df9.tar.xz
nitrous-724e42fb5ea365087466e34fa67fd023cb644df9.zip
Merge pull request #36 from Fuwn/renovate/rand-0.x
fix(deps): update rust crate rand to 0.8.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3564aa..f2faf11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ harness = false
structopt = "0.3.26"
# Utility
-rand = "0.8.4"
+rand = "0.8.5"
# Logging
log = "0.4.14"