Skip to content

Commit

Permalink
Bump axum from 0.7.9 to 0.8.1 in /server
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 2b4a41c commit 1a10cca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
26 changes: 7 additions & 19 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aws-sdk-dynamodb = "1.1.0"
aws-smithy-types = "1.0.1"
aws-smithy-runtime-api = "1.0.0"
aws-smithy-http = "0.60"
axum = "0.7.5"
axum = "0.8.1"
http = "1.0"
http-body-util = "0.1.1"
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
Expand Down

0 comments on commit 1a10cca

Please sign in to comment.