summaryrefslogtreecommitdiffstats
path: root/library/stdarch/examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/examples/Cargo.toml')
-rw-r--r--library/stdarch/examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/stdarch/examples/Cargo.toml b/library/stdarch/examples/Cargo.toml
index 38f497fa6..d9034dd80 100644
--- a/library/stdarch/examples/Cargo.toml
+++ b/library/stdarch/examples/Cargo.toml
@@ -13,8 +13,8 @@ default-run = "hex"
[dependencies]
core_arch = { path = "../crates/core_arch" }
std_detect = { path = "../crates/std_detect" }
-quickcheck = "0.9"
-rand = "0.7"
+quickcheck = "1.0"
+rand = "0.8"
[[bin]]
name = "hex"