Skip to content

Commit 1a10cca

Browse files
Bump axum from 0.7.9 to 0.8.1 in /server
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b4a41c commit 1a10cca

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aws-sdk-dynamodb = "1.1.0"
99
aws-smithy-types = "1.0.1"
1010
aws-smithy-runtime-api = "1.0.0"
1111
aws-smithy-http = "0.60"
12-
axum = "0.7.5"
12+
axum = "0.8.1"
1313
http = "1.0"
1414
http-body-util = "0.1.1"
1515
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }

0 commit comments

Comments
 (0)