Skip to content

Commit

Permalink
Updated to workers 0.0.24. (#27)
Browse files Browse the repository at this point in the history
* Updated to workers 0.0.22.

* Updated to worker 0.0.23.

* Updated to worker 0.0.24.
  • Loading branch information
spigaz authored Mar 29, 2024
1 parent 4c963e8 commit 0121134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
axum = { version = "^0.7.1", default-features = false }
worker = { version = "^0.0.21" }
worker = { version = "^0.0.24" }
axum-wasm-macros = "^0.1.0"
futures = "0.3.29"

Expand Down
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.108"
tower-service = "0.3.2"
url = "2.3.1"
wasm-bindgen-futures = "0.4.34"
worker = "^0.0.21"
worker = "^0.0.24"

# 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 0121134

Please sign in to comment.