Skip to content

Commit 5d3d9cd

Browse files
chore(cargo): bump axum from 0.8.1 to 0.8.3 (#638)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.1 to 0.8.3. - [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/axum-v0.8.3) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dac95cf commit 5d3d9cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -36,7 +36,7 @@ derive_more = { version = "2.0.1", features = ["display", "error", "from"] }
3636
# MPMS that only one consumer sees each message & async
3737
async-channel = "2.2"
3838
prometheus-client = "0.23.1"
39-
axum = { version = "0.8.1", default-features = false, features = [
39+
axum = { version = "0.8.3", default-features = false, features = [
4040
"matched-path",
4141
"original-uri",
4242
"query",

0 commit comments

Comments
 (0)