Skip to content

Commit 627104a

Browse files
dependabot[bot]umanwizard
authored andcommitted
Update axum requirement from 0.7 to 0.8
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 de3596b commit 627104a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ symbolize = ["util/symbolize"]
6161

6262
[dev-dependencies]
6363
tikv-jemallocator = "0.6"
64-
axum = "0.7"
64+
axum = "0.8"
6565
# re-import tokio to enable all its features. This is required to
6666
# successfully compile the test snipptes that are part of the documentation
6767
tokio = { version = "1", features = ["full"] }

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
jemalloc_pprof = { path = ".." }
99
tokio = { version = "1", features = ["full"] }
10-
axum = "0.7.2"
10+
axum = "0.8.1"
1111
[target.'cfg(not(target_env = "msvc"))'.dependencies]
1212
tikv-jemallocator = { version = "0.6", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms", "background_threads"] }
1313

0 commit comments

Comments
 (0)