Skip to content

Commit

Permalink
Bump axum-core to 0.5 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn authored Jan 5, 2025
1 parent c9a81e8 commit 1d22a47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Support `axum` v0.8 through `axum-core` v0.5

## [0.26.0] - 2024-01-15

- Remove `AsRef<str>` restriction from `PreEscaped`
Expand Down
2 changes: 1 addition & 1 deletion doctest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rouille = "3"
submillisecond = "0.4.1"
tide = "0.16"
tokio = { version = "1.9.0", features = ["rt", "macros", "rt-multi-thread"] }
axum = "0.7"
axum = "0.8"
warp = "0.3.6"

[dependencies.async-std]
Expand Down
2 changes: 1 addition & 1 deletion maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rocket = { version = "0.5", optional = true }
futures-util = { version = "0.3.0", optional = true, default-features = false }
actix-web-dep = { package = "actix-web", version = "4", optional = true, default-features = false }
tide = { version = "0.16.0", optional = true, default-features = false }
axum-core = { version = "0.4", optional = true }
axum-core = { version = "0.5", optional = true }
submillisecond = { version = "0.4.1", optional = true }
http = { version = "1", optional = true }
warp = { version = "0.3.6", optional = true }
Expand Down

0 comments on commit 1d22a47

Please sign in to comment.