Skip to content

Commit

Permalink
Merge pull request #11 from jmaygarden/updated-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops authored Nov 13, 2021
2 parents 36fab74 + b7a7ad6 commit 6db8c5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["log", "rand"]
wasm-bindgen = ["rand/wasm-bindgen"]
stdweb = ["rand/stdweb"]
wasm-bindgen = ["getrandom/wasm-bindgen"]

[dependencies]
log = { version = "0.4", optional = true }
rand = { version = "0.7", optional = true }
rand = { version = "0.8", optional = true }
getrandom = { version = "0.2", optional = true }
wasm-timer = "0.2"

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

0 comments on commit 6db8c5e

Please sign in to comment.