From ba82e67f1c85822dd5e046eca69bcd01f3d0694c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 06:10:08 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84339b9a..4e206f45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,7 +1412,7 @@ dependencies = [ "prio", "prometheus", "querystrong", - "rand 0.8.5", + "rand 0.9.0", "rcgen", "regex", "rustc_version", @@ -1475,7 +1475,7 @@ dependencies = [ "janus_collector", "janus_messages", "prio", - "rand 0.8.5", + "rand 0.9.0", "serde", "serde_json", "serde_yaml", @@ -5089,7 +5089,7 @@ dependencies = [ "fastrand", "pretty_assertions", "querystrong", - "rand 0.8.5", + "rand 0.9.0", "sea-orm", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 6bbc67f2..365420a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ opentelemetry-prometheus = { version = "0.27.0", features = ["prometheus-encodin prio = "0.16.7" prometheus = "0.13.4" querystrong = "0.3.0" -rand = "0.8.5" +rand = "0.9.0" serde = { version = "1.0.218", features = ["derive"] } serde_json = "1.0.139" serde_path_to_error = "0.1.16" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 58d871d1..4eb2eaa8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -44,7 +44,7 @@ env_logger = "0.11.6" colored = "3.0.0" const_format = "0.2.34" hpke-dispatch = { version = "0.7.0", features = ["serde"], optional = true } -rand = { version = "0.8.5", optional = true } +rand = { version = "0.9.0", optional = true } janus_client = "0.7.30" janus_collector = "0.7.21" url = "2.5.2" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 56a06851..72cf02ec 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -30,7 +30,7 @@ url = "2.5.2" uuid = { version = "1.14.0", features = ["v4", "fast-rng", "serde"] } sea-orm = { version = "1.0.1", features = ["sqlx-sqlite"] } pretty_assertions = "1.4.1" -rand = "0.8.5" +rand = "0.9.0" base64 = "0.22.1" querystrong = "0.3.0" test-harness = "0.3.0"