From f5f30081fb46eabd3938628ab713f45322a28918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:56:51 +0000 Subject: [PATCH] deps: Bump getrandom from 0.3.4 to 0.4.3 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.3. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.3) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/tinydocs-module/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7c7324..a5c4675 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ name = "tinydocs-module" version = "0.1.14" dependencies = [ "base64 0.22.1", - "getrandom 0.3.4", + "getrandom 0.4.3", "serde", "serde_json", "sha2", diff --git a/crates/tinydocs-module/Cargo.toml b/crates/tinydocs-module/Cargo.toml index 5b2879d..6d6cb4d 100644 --- a/crates/tinydocs-module/Cargo.toml +++ b/crates/tinydocs-module/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "2" # An output id is the only authorisation to read that output — a method receives # no caller identity — so ids are 128 bits of OS randomness rather than a # guessable counter. -getrandom = "0.3" +getrandom = "0.4" # `BlobRef` and the wire deck shape are the bus contract, so they derive the # same serde surface the library specs do. serde = { version = "1", features = ["derive"] }