Skip to content

Commit 551f1a6

Browse files
Dependency updates
1 parent 37f67ce commit 551f1a6

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

Cargo.lock

+6-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ description = "A simple hyper http server to echo back IP addresses"
1212
[dependencies]
1313
axum = { version = "0.8", features = ["tokio", "http1", "http2", "macros"], default-features = false }
1414
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
15-
tower-http = { version = "0.5", features = ["set-header"] }
15+
tower-http = { version = "0.6", features = ["set-header"] }
1616
tower-sombrero = { version = "0.1", features = ["axum"] }
1717
maud = { version = "0.26", features = ["axum"] }
1818
thiserror = "2"
19-
tower = "0.4"
19+
tower = "0.5"
2020
vss = "0.1"
2121

2222
[profile.release]

0 commit comments

Comments
 (0)