From 3126ee87d3272eebd2ed783835235c5e0fa69008 Mon Sep 17 00:00:00 2001 From: "Lorenzo (Mec-iS)" Date: Wed, 9 Nov 2022 12:03:03 +0000 Subject: [PATCH] Pin deps version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b13a1e3..5da2fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,13 +42,13 @@ std_rand = ["rand/std_rng", "rand/std"] js = ["getrandom/js"] [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "*", optional = true } +getrandom = { version = "0.2.8", optional = true } [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies] wasm-bindgen-test = "0.3" [dev-dependencies] -itertools = "*" +itertools = "0.10.5" serde_json = "1.0" bincode = "1.3.1"