about summary refs log tree commit diff
path: root/src/etc/test-float-parse
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-08-26 12:18:59 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-10 12:47:26 +0000
commitb876f2a944dd35720650cfeb7ec2af049a132188 (patch)
treee7a997a7a8e2da15eb88de1f7c8ecbfbb2654087 /src/etc/test-float-parse
parentbe1307510e65a06f7f9cb64adfd1ca0892658e29 (diff)
downloadrust-b876f2a944dd35720650cfeb7ec2af049a132188.tar.gz
rust-b876f2a944dd35720650cfeb7ec2af049a132188.zip
Update rand dependency for test-float-parse
This removes a dependency on fuchsia-cprng which doesn't have any
license info.
Diffstat (limited to 'src/etc/test-float-parse')
-rw-r--r--src/etc/test-float-parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/test-float-parse/Cargo.toml b/src/etc/test-float-parse/Cargo.toml
index 6d7b227d0ad..a045be956ac 100644
--- a/src/etc/test-float-parse/Cargo.toml
+++ b/src/etc/test-float-parse/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
 resolver = "1"
 
 [dependencies]
-rand = "0.4"
+rand = "0.8"
 
 [lib]
 name = "test_float_parse"