Skip to content

Commit 221c761

Browse files
Update axum-extra requirement from 0.10 to 0.12
Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65f4256 commit 221c761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords.workspace = true
1212

1313
[dependencies]
1414
axum = { version = "0.8", features = ["ws"] }
15-
axum-extra = { version = "0.10", features = ["typed-header"] }
15+
axum-extra = { version = "0.12", features = ["typed-header"] }
1616
async-trait = "0.1"
1717
blake2 = "0.10"
1818
futures = "0.3"

0 commit comments

Comments
 (0)