From 654fabb68f145ea145258cb9493fb4094507cec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 03:29:42 +0000 Subject: [PATCH] build(deps): bump rand_jitter from 0.1.4 to 0.3.0 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] --- Cargo.lock | 15 +++++++++++++-- crates/workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fddc19f7f30cb..570e8b863bb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5485,7 +5485,7 @@ dependencies = [ "rand_core 0.4.2", "rand_hc 0.1.0", "rand_isaac", - "rand_jitter", + "rand_jitter 0.1.4", "rand_os", "rand_pcg", "rand_xorshift 0.1.1", @@ -5627,6 +5627,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "rand_jitter" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a404fd88e0f817fc1c3351b9ba2207ffa65038cdde464405308a5f5d254835fe" +dependencies = [ + "libc", + "rand_core 0.5.1", + "winapi", +] + [[package]] name = "rand_os" version = "0.1.3" @@ -9697,7 +9708,7 @@ dependencies = [ "rand_distr", "rand_hc 0.1.0", "rand_isaac", - "rand_jitter", + "rand_jitter 0.3.0", "rand_os", "rand_pcg", "rand_xorshift 0.1.1", diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index 4bf3b11b844bf..b200063d4f473 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -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 } @@ -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 }