Skip to content

Commit 5e7c094

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent fc8bdeb commit 5e7c094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ axum = "0.6.20"
2020
axum-core = "0.3.4"
2121
axum-sessions = "0.5.0"
2222
base64 = "0.22.1"
23-
rand = "0.8.5"
23+
rand = "0.9.0"
2424
thiserror = "2.0.0"
2525
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
2626
tower = "0.4.13"

examples/cross-site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ axum = "0.6.20"
1010
axum-csrf-sync-pattern = { path = "../../" }
1111
axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
1515
tower = "0.4.13"
1616
tower-http = { version = "0.4.4", features = ["cors"] }

examples/same-site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ axum = "0.6.20"
1010
axum-csrf-sync-pattern = { path = "../../" }
1111
axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
1515
tower = "0.4.13"
1616
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)