Skip to content

Commit 5a2a6d2

Browse files
chore(deps): bump axum-extra from 0.2.1 to 0.4.1
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.2.1 to 0.4.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.2.1...axum-extra-v0.4.1) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fb3999 commit 5a2a6d2

File tree

2 files changed

+96
-10
lines changed

2 files changed

+96
-10
lines changed

Cargo.lock

Lines changed: 95 additions & 9 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
@@ -64,7 +64,7 @@ futures-util = { optional = true, version = "0.3", default-features = false, fea
6464
[dev-dependencies]
6565
approx = "0.5"
6666
axum = { version = "0.5", features = ["headers"] }
67-
axum-extra = { version = "0.2", features = ["typed-routing"] }
67+
axum-extra = { version = "0.4", features = ["typed-routing"] }
6868
clap = { version = "3.1.10", features = ["derive"] }
6969
criterion = "0.3"
7070
rusty-hook = "^0.11.2"

0 commit comments

Comments
 (0)