From 292f5ed65060b10e98ef0e44fc678f283b9bde6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:20:38 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.2.17 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.17 to 0.4.2. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.17...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8167820a..df3ecb29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6507,7 +6507,7 @@ dependencies = [ "dirs", "dotenvy", "futures-util", - "getrandom 0.2.17", + "getrandom 0.4.2", "hex", "hostname", "loro", diff --git a/Cargo.toml b/Cargo.toml index 30d82e89..e3a6a014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ sha2 = "0.11" hex = "0.4" blake3 = "1" subtle = "2" -getrandom = "0.2" +getrandom = "0.4" base64 = "0.22" rustls = { version = "0.23", default-features = false, features = ["ring", "std"] } rcgen = "0.14"