From 9932ebe908b83ccef31ca010e9436e6a70a1c49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:51:43 +0000 Subject: [PATCH] chore(deps): bump rand from 0.10.0 to 0.10.1 in /cli 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] --- cli/Cargo.lock | 12 ++++++------ cli/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 6abbe298..8e594928 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -410,7 +410,7 @@ dependencies = [ "dirs", "futures", "postgrest", - "rand 0.10.0", + "rand 0.10.1", "regex", "reqwest 0.13.2", "rpassword", @@ -1042,7 +1042,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.3", "system-configuration 0.7.0", "tokio", "tower-service", @@ -1661,7 +1661,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls 0.23.36", - "socket2 0.5.10", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -1699,7 +1699,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.3", "tracing", "windows-sys 0.60.2", ] @@ -1742,9 +1742,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", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 214054e2..53b34b8c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.6.0", features = ["derive"] } dirs = "6.0.0" futures = "0.3.32" postgrest = "1.6.0" -rand = "0.10.0" +rand = "0.10.1" regex = "1.12.3" reqwest = { version = "0.13.2", features = ["json", "native-tls-vendored"] } rpassword = "7.4.0"