From fc7da18e29cae2fd345eda3b1ef2144969b49d41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:06:43 +0000 Subject: [PATCH] chore(deps): update rust crate rand_pcg to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98d7d9c0c7..4ba4c3e652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -501,7 +501,7 @@ procfs = { version = "0.16", default-features = false } [target.'cfg(unix)'.dev-dependencies] nix = { workspace = true, features = ["process", "signal", "user", "term"] } rlimit = "0.10.1" -rand_pcg = "0.3" +rand_pcg = "0.3.1" xattr = { workspace = true } [build-dependencies]