From c404a5919762a8b7bd16a832c14f69e0d595395b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Mar 2025 20:37:11 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.0 --- crates/flux-releaser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flux-releaser/Cargo.toml b/crates/flux-releaser/Cargo.toml index a76493b..6455a52 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -23,7 +23,7 @@ async-nats = "0.40.0" walkdir = "2.4.0" tar = "0.4.40" tokio-stream = { version = "0.1.15", features = ["full"] } -rand = "0.8.5" +rand = "0.9.0" sqlx = { version = "0.8.0", features = [ "postgres", "runtime-tokio",