summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-25 18:08:07 +0000
committerGitHub <noreply@github.com>2020-12-25 18:08:07 +0000
commitdf5a7994c6b612c9861cd5d85f40730d5bb1a544 (patch)
treeb0f1c3d86688a76ff15580da4973117aad63e13e /Cargo.toml
parent85de6dfe50078b7463eb94ae74377a4adad0ca41 (diff)
build(deps): bump rand from 0.7.3 to 0.8.0 (#2016)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bcafaf44..94a54f877 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ open = "1.4.0"
unicode-width = "0.1.8"
term_size = "0.3.2"
quick-xml = "0.20.0"
-rand = "0.7.3"
+rand = "0.8.0"
serde = { version = "1.0.118", features = ["derive"] }
indexmap = "1.6.1"
notify-rust = { version = "4.0.0", optional = true }