Skip to content

Commit

Permalink
Bump worker from 0.2.0 to 0.3.0 in /MaintenanceWorker
Browse files Browse the repository at this point in the history
Bumps [worker](https://github.com/cloudflare/workers-rs) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent aae6f9d commit f857ff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
40 changes: 6 additions & 34 deletions MaintenanceWorker/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 MaintenanceWorker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-opt = false
crate-type = ["cdylib"]

[dependencies]
worker = { version="0.2.0", features=['http', 'axum'] }
worker = { version="0.3.0", features=['http', 'axum'] }
worker-macros = { version="0.3.0", features=['http'] }
axum = { version = "0.7", default-features = false }
tower-service = "0.3.2"
Expand Down

0 comments on commit f857ff2

Please sign in to comment.