Skip to content

Commit

Permalink
chore(deps): bump rand from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.0 to 0.8.1.
- [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.8.0...0.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2021
1 parent 1d99cef commit 3d3b2a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ remap-functions = { path = "lib/remap-functions" }
# External libs
derivative = "2.1.1"
chrono = { version = "0.4.19", features = ["serde"] }
rand = { version = "0.8.0", features = ["small_rng"] }
rand = { version = "0.8.1", features = ["small_rng"] }
rand_distr = "0.4.0"
regex = "1.3.9"
bytes = { version = "0.5.6", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dashmap = "4.0.0"

[dev-dependencies]
quickcheck = "0.9"
rand = "0.7"
rand = "0.8"
tempfile = "3.1.0"
2 changes: 1 addition & 1 deletion lib/portpicker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
publish = false

[dependencies]
rand = "0.8.0"
rand = "0.8.1"

0 comments on commit 3d3b2a0

Please sign in to comment.