Skip to content

Commit

Permalink
Update worker requirement from 0.0.17 to 0.0.18 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 1bff093 commit 312b5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ default = ["console_error_panic_hook"]
cfg-if = "1.0.0"
# When you change the version of workers, ensure the same version is set for
# `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it
worker = "0.0.17"
worker = "0.0.18"
serde_json = "1.0"
wasm-bindgen = "=0.2.84"
wasm-bindgen = "=0.2.86"
wasm-timer = "0.2.5"

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand Down

0 comments on commit 312b5b3

Please sign in to comment.