Skip to content

Commit

Permalink
Bump worker from 0.4.1 to 0.4.2 in /example
Browse files Browse the repository at this point in the history
Bumps [worker](https://github.com/cloudflare/workers-rs) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.4.1...v0.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent dafe7ab commit f5b4f92
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions example/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 example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1.0.128"
tower-service = "0.3.3"
url = "2.5.2"
wasm-bindgen-futures = "0.4.43"
worker = "^0.4.1"
worker = "^0.4.2"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit f5b4f92

Please sign in to comment.