From f7d54220f459962d76c703fb83348a8f730d4d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:56:16 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- examples/cross-site/Cargo.toml | 2 +- examples/same-site/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46430db..ead0096 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.6.20" axum-core = "0.3.4" axum-sessions = "0.5.0" base64 = "0.22.1" -rand = "0.8.5" +rand = "0.9.0" thiserror = "2.0.0" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } tower = "0.4.13" diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 7c4ad8b..2bdd1b8 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -10,7 +10,7 @@ axum = "0.6.20" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3" -rand = "0.8.5" +rand = "0.9.0" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } tower = "0.4.13" tower-http = { version = "0.4.4", features = ["cors"] } diff --git a/examples/same-site/Cargo.toml b/examples/same-site/Cargo.toml index ba5b4dc..7c7886b 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -10,7 +10,7 @@ axum = "0.6.20" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3" -rand = "0.8.5" +rand = "0.9.0" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } tower = "0.4.13" tracing-subscriber = "0.3.18"