Skip to content

Commit 7e0af5e

Browse files
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 cf5bbd8 commit 7e0af5e

File tree

2 files changed

+63
-12
lines changed

2 files changed

+63
-12
lines changed

Cargo.lock

Lines changed: 62 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ unwrap_used = "deny"
1313
async-graphql = { version = "7.0.13", features = ["tracing"] }
1414
async-graphql-axum = "7.0.13"
1515
axum = "0.7.9"
16-
axum-extra = { version = "0.9.3", features = ["typed-header"] }
16+
axum-extra = { version = "0.10.0", features = ["typed-header"] }
1717
chrono = "0.4.39"
1818
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "string"] }
1919
futures = "0.3.31"

0 commit comments

Comments
 (0)