Skip to content

Commit 07dd787

Browse files
build(deps): bump axum-extra from 0.9.6 to 0.10.0
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.6 to 0.10.0. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-extra-v0.9.6...axum-extra-v0.10.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e99cb84 commit 07dd787

File tree

2 files changed

+64
-30
lines changed

2 files changed

+64
-30
lines changed

Cargo.lock

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

frostd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
axum = "0.7.9"
10-
axum-extra = { version = "0.9.6", features = ["typed-header"] }
10+
axum-extra = { version = "0.10.0", features = ["typed-header"] }
1111
axum-macros = "0.5.0"
1212
axum-server = { version = "0.7", features = ["tls-rustls"] }
1313
clap = { version = "4.5.23", features = ["derive"] }

0 commit comments

Comments
 (0)