Skip to content

Commit

Permalink
build(deps): bump rand_jitter from 0.1.4 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [rand_jitter](https://github.com/rust-random/rngs) from 0.1.4 to 0.3.0.
- [Release notes](https://github.com/rust-random/rngs/releases)
- [Commits](https://github.com/rust-random/rngs/commits/rand_isaac-0.3.0)

---
updated-dependencies:
- dependency-name: rand_jitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent 524242b commit 654fabb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-f
rand_distr = { version = "0.4", features = ["alloc", "std"] }
rand_hc = { version = "0.1", default-features = false }
rand_isaac = { version = "0.1", default-features = false }
rand_jitter = { version = "0.1", default-features = false, features = ["std"] }
rand_jitter = { version = "0.3", default-features = false, features = ["std"] }
rand_os = { version = "0.1", default-features = false }
rand_pcg = { version = "0.1", default-features = false }
rand_xorshift-c65f7effa3be6d31 = { package = "rand_xorshift", version = "0.1", default-features = false }
Expand Down Expand Up @@ -1044,7 +1044,7 @@ rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-f
rand_distr = { version = "0.4", features = ["alloc", "std"] }
rand_hc = { version = "0.1", default-features = false }
rand_isaac = { version = "0.1", default-features = false }
rand_jitter = { version = "0.1", default-features = false, features = ["std"] }
rand_jitter = { version = "0.3", default-features = false, features = ["std"] }
rand_os = { version = "0.1", default-features = false }
rand_pcg = { version = "0.1", default-features = false }
rand_xorshift-c65f7effa3be6d31 = { package = "rand_xorshift", version = "0.1", default-features = false }
Expand Down

0 comments on commit 654fabb

Please sign in to comment.