Skip to content

Commit

Permalink
Bump worker from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [worker](https://github.com/cloudflare/workers-rs) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.4.2...v0.5.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 and aquarhead committed Dec 23, 2024
1 parent 86f8747 commit e2e306c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
worker = "0.4"
worker = "0.5"
worker-kv = "*"
console_error_panic_hook = "0.1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit e2e306c

Please sign in to comment.