Skip to content

Commit c5d4ea9

Browse files
chore(deps): 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] <support@github.com>
1 parent 4af4e16 commit c5d4ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ futures-core = { version = "0.3", default-features = false }
3131
once_cell = "1"
3232
# Socket dependencies
3333
bytes = { version = "1", optional = true }
34-
axum-extra = { version = "0.10", features = ["typed-header"] }
34+
axum-extra = { version = "0.12", features = ["typed-header"] }
3535
hyper = { version = "1", default-features = false, optional = true}
3636
hyper-util = { version = "0.1", default-features = false, features = ["tokio"], optional = true}
3737

0 commit comments

Comments
 (0)