Skip to content

Commit 1793609

Browse files
Bump axum from 0.8.8 to 0.8.9 in /scylla-server (#637)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.8 to 0.8.9. - [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.8...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6ede88 commit 1793609

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scylla-server/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.

scylla-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = "1.0.228"
1212
protobuf-codegen = "3.7.1"
1313
protobuf = { version = "3.7.1", features = ["with-bytes"] }
1414
tokio = { version = "1.52.1", features = ["full", "tracing"] }
15-
axum = { version = "0.8.8", features = ["multipart", "macros"] }
15+
axum = { version = "0.8.9", features = ["multipart", "macros"] }
1616
tower = { version = "0.5.2", features = ["timeout"] }
1717
tower-http = { version = "0.6.8", features = ["cors", "trace"] }
1818
socketioxide = { version = "0.18.2", features = ["tracing"] }

0 commit comments

Comments
 (0)