Skip to content

Commit

Permalink
Update axum requirement from ^0.6.19 to ^0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version.
- [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.6.19...axum-v0.7.1)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent a475acb commit d863765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "^0.6.19", default-features = false }
axum = { version = "^0.7.1", default-features = false }
worker = { version = "^0.0.18" }
http-body = "^0.4.5"
axum-wasm-macros = "^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = ["console_error_panic_hook"]
cfg-if = "1.0.0"
worker = "0.0.18"
serde_json = "1.0.96"
axum = { version = "0.6.16", default-features = false }
axum = { version = "0.7.1", default-features = false }
tower-service = "0.3.2"
axum-cloudflare-adapter = { path = "../adapter" }
wasm-bindgen-futures = "0.4.34"
Expand Down

0 comments on commit d863765

Please sign in to comment.