Skip to content

Commit

Permalink
editoast: bump axum from 0.7.9 to 0.8.1 in /editoast
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 7, 2025
1 parent 6b2b2c8 commit 3c3f50f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 15 deletions.
79 changes: 66 additions & 13 deletions editoast/Cargo.lock

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

4 changes: 2 additions & 2 deletions editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ uuid = { version = "1.11.0", features = ["serde", "v4"] }
[dependencies]
anyhow = "1.0"
async-trait = "0.1.84"
axum = { version = "0.7.9", default-features = false, features = [
axum = { version = "0.8.1", default-features = false, features = [
"multipart",
"tracing",
] }
Expand Down Expand Up @@ -197,7 +197,7 @@ validator = { version = "0.19.0", features = ["derive"] }

[dev-dependencies]
async-std = { version = "1.13.0", features = ["attributes", "tokio1"] }
axum = { version = "0.7.9", default-features = false, features = [
axum = { version = "0.8.1", default-features = false, features = [
"macros",
"multipart",
"tracing",
Expand Down

0 comments on commit 3c3f50f

Please sign in to comment.