Skip to content

Commit 1d73170

Browse files
chore(deps): update axum requirement from 0.7.2 to 0.8.1
Updates the requirements on [axum](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f5c695 commit 1d73170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ features = [
6161

6262
[dev-dependencies]
6363
assert_matches = "1.5.0"
64-
axum = "0.7.2"
64+
axum = "0.8.1"
6565
metrics-exporter-prometheus = "0.16.0"
6666
tokio = { version = "1.20.1", features = ["full"] }

0 commit comments

Comments
 (0)