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 Jan 3, 2021
1 parent 0ca411c commit a606455
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 @@ -128,7 +128,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 @@ -112,7 +112,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 @@ -49,7 +49,7 @@ rev = "f99f13d"
version = "0.0.1"

[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 @@ -35,7 +35,7 @@ rev = "f99f13d"
version = "0.0.1"

[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 @@ -71,7 +71,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 a606455

Please sign in to comment.