Skip to content

Commit

Permalink
Bump the cargo group in /MaintenanceWorker with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group in /MaintenanceWorker with 2 updates: [worker](https://github.com/cloudflare/workers-rs) and [worker-macros](https://github.com/cloudflare/workers-rs).


Updates `worker` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.0...v0.3.1)

Updates `worker-macros` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: worker-macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 7f6e932 commit 38835db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.3.0", features=['http', 'axum'] }
worker = { version="0.3.1", 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 38835db

Please sign in to comment.