Skip to content

Commit 0759515

Browse files
build(deps): bump axum from 0.8.3 to 0.8.4 (#497)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.3 to 0.8.4. - [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-v0.8.3...axum-v0.8.4) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.4 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 e21cb2f commit 0759515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/logview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version.workspace = true
1212
[dependencies]
1313
anyhow = "1.0.98"
1414
async-stream = "0.3.6"
15-
axum = "0.8.3"
15+
axum = "0.8.4"
1616
bytes = "1.10.1"
1717
clap = { version = "4.5.37", features = ["derive"] }
1818
logging = { path = "../../libs/logging" }

0 commit comments

Comments
 (0)