Skip to content

Commit

Permalink
Bump worker dependency to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Aug 17, 2023
1 parent bf992e9 commit 7d0214a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 47 deletions.
83 changes: 37 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SPDX-License-Identifier: BSD-3-Clause

[workspace]
# This is needed to avoid pulling in tokio features in wasm targets, due to new features in version 0.0.18 of the `worker` crate
# See: https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html#details
resolver = "2"

members = [
"daphne",
Expand Down Expand Up @@ -38,4 +41,4 @@ thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"
url = { version = "2.4.0", features = ["serde"] }
worker = "0.0.17"
worker = "0.0.18"

0 comments on commit 7d0214a

Please sign in to comment.