Skip to content

Commit

Permalink
Bump worker from 0.2.0 to 0.3.2 in /example
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.2.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.2.0...v0.3.2)

---
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 Aug 5, 2024
1 parent d5cbd67 commit 2d2b9d7
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 6 deletions.
69 changes: 64 additions & 5 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.116"
tower-service = "0.3.2"
url = "2.5.0"
wasm-bindgen-futures = "0.4.34"
worker = "^0.2.0"
worker = "^0.3.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 2d2b9d7

Please sign in to comment.