Skip to content

Commit

Permalink
Bump getrandom from 0.1.14 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.1.14 to 0.2.0.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.1.14...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 14, 2020
1 parent 703209d commit 8aae73d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spinoso-random/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["random", "rand", "rng", "mt", "spinoso"]
categories = ["algorithms", "no-std"]

[dependencies]
getrandom = { version = "0.1", default-features = false }
getrandom = { version = "0.2", default-features = false }
libm = "0.2"
rand_ = { version = "0.7", optional = true, default-features = false, package = "rand" }
rand_core_ = { version = "0.5", optional = true, default-features = false, package = "rand_core" }
Expand Down

0 comments on commit 8aae73d

Please sign in to comment.