Skip to content

Commit 3acab8b

Browse files
Bump axum-extra from 0.10.0 to 0.10.1
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.10.0 to 0.10.1. - [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.10.0...axum-extra-v0.10.1) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a6142b commit 3acab8b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 7 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
@@ -19,7 +19,7 @@ ssi = { version = "0.10.2", features = [
1919

2020
anyhow = "1.0.97"
2121
axum = { version = "0.8.1", features = ["macros"] }
22-
axum-extra = { version = "0.10.0", features = ["typed-header"] }
22+
axum-extra = { version = "0.10.1", features = ["typed-header"] }
2323
figment = { version = "0.10.19", features = ["env", "toml"] }
2424
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
2525
tower = "0.5.2"

0 commit comments

Comments
 (0)