Skip to content

Commit 1dc7355

Browse files
fix(deps): update rust crate tower to 0.5.0
1 parent 90a5fdf commit 1dc7355

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base64 = "0.22.1"
2323
rand = "0.8.5"
2424
thiserror = "2.0.0"
2525
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
26-
tower = "0.4.13"
26+
tower = "0.5.0"
2727
tracing = "0.1.40"
2828

2929
[dev-dependencies]

examples/cross-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"
1313
rand = "0.8.5"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
15-
tower = "0.4.13"
15+
tower = "0.5.0"
1616
tower-http = { version = "0.4.4", features = ["cors"] }
1717
tracing-subscriber = "0.3.18"

examples/same-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"
1313
rand = "0.8.5"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
15-
tower = "0.4.13"
15+
tower = "0.5.0"
1616
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)