Skip to content

Commit

Permalink
Update worker requirement from ^0.4.1 to ^0.5.0 in /adapter
Browse files Browse the repository at this point in the history
Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.4.1...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent f1bc900 commit 24c9192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
axum = { version = "^0.7.6", default-features = false }
worker = { version = "^0.4.1" }
worker = { version = "^0.5.0" }
axum-wasm-macros = "^0.1.2"
futures = "0.3.30"

Expand Down

0 comments on commit 24c9192

Please sign in to comment.