From 92ac3bf7acb8bbbd765e2151cd204079c8495695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:24:11 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.9 --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pbjson/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbjson/Cargo.toml b/pbjson/Cargo.toml index def9cef..b8668d3 100644 --- a/pbjson/Cargo.toml +++ b/pbjson/Cargo.toml @@ -16,4 +16,4 @@ base64 = "0.22" [dev-dependencies] bytes = "1.0" -rand = "0.8" +rand = "0.9"