Skip to content

Commit

Permalink
chore(deps): bump axum from 0.7.7 to 0.7.8 (#3246)
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.7 to 0.7.8.
- [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.7.7...axum-v0.7.8)

---
updated-dependencies:
- dependency-name: axum
  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>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 2c6d790 commit 2462a1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 integrations/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition.workspace = true
[dependencies]
any_spawner = { workspace = true, features = ["tokio"] }
hydration_context = { workspace = true }
axum = { version = "0.7.7", default-features = false, features = [
axum = { version = "0.7.8", default-features = false, features = [
"matched-path",
] }
dashmap = "6"
Expand All @@ -30,7 +30,7 @@ tower-http = "0.6.1"
tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
axum = "0.7.7"
axum = "0.7.8"
tokio = { version = "1.41", features = ["net", "rt-multi-thread"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion server_fn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ once_cell = "1.20"
actix-web = { version = "4.9", optional = true }

# axum
axum = { version = "0.7.7", optional = true, default-features = false, features = [
axum = { version = "0.7.8", optional = true, default-features = false, features = [
"multipart",
] }
tower = { version = "0.5.1", optional = true }
Expand Down

0 comments on commit 2462a1d

Please sign in to comment.