Skip to content

Commit 6db8c5e

Browse files
authored
Merge pull request #11 from jmaygarden/updated-dependencies
2 parents 36fab74 + b7a7ad6 commit 6db8c5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ maintenance = { status = "actively-developed" }
2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2323
[features]
2424
default = ["log", "rand"]
25-
wasm-bindgen = ["rand/wasm-bindgen"]
26-
stdweb = ["rand/stdweb"]
25+
wasm-bindgen = ["getrandom/wasm-bindgen"]
2726

2827
[dependencies]
2928
log = { version = "0.4", optional = true }
30-
rand = { version = "0.7", optional = true }
29+
rand = { version = "0.8", optional = true }
30+
getrandom = { version = "0.2", optional = true }
3131
wasm-timer = "0.2"
3232

3333
[dev-dependencies]
34-
approx = "0.3"
34+
approx = "0.5"
3535
pretty_env_logger = "0.4"
36-
reqwest = "0.10"
37-
tokio = { version = "0.2", features = ["rt-threaded","macros"] }
36+
reqwest = "0.11"
37+
tokio = { version = "1", features = ["rt-multi-thread","macros"] }

0 commit comments

Comments
 (0)