diff --git a/crates/flux-releaser/Cargo.toml b/crates/flux-releaser/Cargo.toml index c8c0a94..134b144 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -23,7 +23,7 @@ nats = "0.25.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",