From aeb2e27cc31e488fd4a0908f57100e414207a73e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:10:29 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.4 --- Cargo.lock | 2 +- crates/sprout-agent/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab8480cbe..00ff9f475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3907,7 +3907,7 @@ dependencies = [ "async-trait", "axum", "base64", - "getrandom 0.2.17", + "getrandom 0.4.2", "hex", "nix", "reqwest 0.13.3", diff --git a/crates/sprout-agent/Cargo.toml b/crates/sprout-agent/Cargo.toml index 9951556a5..d2c9b9b71 100644 --- a/crates/sprout-agent/Cargo.toml +++ b/crates/sprout-agent/Cargo.toml @@ -32,7 +32,7 @@ serde_yaml = { workspace = true } reqwest = { workspace = true, features = ["json", "rustls", "form"] } rmcp = { version = "1", default-features = false, features = ["client", "transport-child-process"] } arc-swap = "1" -getrandom = "0.2" +getrandom = "0.4" tracing = { workspace = true } tracing-subscriber = { workspace = true } # OAuth 2.0 PKCE for Databricks (and future browser-auth providers).