diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 3074a4b28d..61a523c0a5 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -21,7 +21,7 @@ console = [] gc = { version = "0.3.6", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.60" -rand = "0.7.3" +rand = "0.8.0" num-traits = "0.2.14" regress = "0.2.0" rustc-hash = "1.1.0"