Skip to content

Commit 4c5e6e2

Browse files
authored
Merge pull request #281 from H1rono/update-axum
⬆️ Bump axum to `0.8`
2 parents 982e943 + 7f6ea9c commit 4c5e6e2

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Cargo.lock

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

examples/basic-with-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
http = "1"
11-
axum = "0.7"
11+
axum = "0.8"
1212
tokio = { version = "1", features = ["full"] }
1313
traq-bot-http.path = "../.."
1414
traq-bot-http.features = ["http"]

examples/handler-with-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
http = "1"
1111
tower = "0.5"
12-
axum = "0.7"
12+
axum = "0.8"
1313
tokio = { version = "1", features = ["full"] }
1414
traq-bot-http.path = "../.."
1515
traq-bot-http.features = ["tower"]

0 commit comments

Comments
 (0)