Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 21, 2020
1 parent b7f2790 commit a5a5996
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 24 deletions.
83 changes: 64 additions & 19 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 Cargo.toml
Expand Up @@ -122,7 +122,7 @@ version = "4.0.15"
version = "0.3"

[dependencies.rand]
version = "0.7"
version = "0.8"

[dependencies.rand_core]
version = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Expand Up @@ -98,7 +98,7 @@ features = [ "serde-1" ]
version = "2.0"

[dependencies.rand]
version = "0.7"
version = "0.8"

[dependencies.rand_xorshift]
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ default-features = false
version = "1.1.3"

[dependencies.rand]
version = "0.7"
version = "0.8"
default-features = false

[dependencies.rand_xorshift]
Expand Down
2 changes: 1 addition & 1 deletion gadgets/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ default-features = false
version = "1.1.3"

[dependencies.rand]
version = "0.7"
version = "0.8"
default-features = false

[dependencies.rand_xorshift]
Expand Down
2 changes: 1 addition & 1 deletion state/Cargo.toml
Expand Up @@ -57,7 +57,7 @@ version = "1.6.1"
features = [ "serde-1" ]

[dependencies.rand]
version = "0.7"
version = "0.8"

[dependencies.rand_xorshift]
version = "0.2"
Expand Down

0 comments on commit a5a5996

Please sign in to comment.