From 2c80d3724966e77a2b080c37e4c51dbc3d52f43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:50:17 +0000 Subject: [PATCH] chore(deps): bump rand from 0.10.0 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- e2e/heaptrack/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1328bf93..c6f8e71e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ version = "0.2.1" dependencies = [ "base64", "bytes", - "rand 0.10.0", + "rand 0.10.1", "serde", ] @@ -1078,7 +1078,7 @@ version = "0.1.0" dependencies = [ "hyper", "hyper-util", - "rand 0.10.0", + "rand 0.10.1", "serde_json", "socketioxide", "tokio", @@ -1834,9 +1834,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", @@ -2336,7 +2336,7 @@ dependencies = [ "hyper", "matchit 0.9.2", "pin-project-lite", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "socketioxide-core", diff --git a/e2e/heaptrack/Cargo.toml b/e2e/heaptrack/Cargo.toml index e86bfa37..cd387aab 100644 --- a/e2e/heaptrack/Cargo.toml +++ b/e2e/heaptrack/Cargo.toml @@ -12,4 +12,4 @@ hyper-util = { workspace = true, features = ["tokio"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros", "signal"] } tracing-subscriber.workspace = true serde_json.workspace = true -rand = "0.10.0" +rand = "0.10.1"