Skip to content

Commit

Permalink
chore: bump serde-wasm-bindgen patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp authored and jdon committed Mar 27, 2024
1 parent 91f3760 commit 7263d16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures-channel = "0.3.28"
futures-util = { version = "0.3.28", default-features = false }
rand = "0.8.5"
uuid = { version = "1.3.3", features = ["v4", "serde"] }
serde-wasm-bindgen = "0.6.0"
serde-wasm-bindgen = "0.6.1"
md5 = "0.7.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tokio = { version = "1.28", default-features = false }
url = "2.4.0"
wasm-bindgen = "=0.2.87"
wasm-bindgen-futures = "0.4.36"
serde-wasm-bindgen = "0.6.0"
serde-wasm-bindgen = "0.6.1"
wasm-streams = "0.3.0"
worker-kv = "0.6.0"
worker-macros = { path = "../worker-macros", version = "0.0.10" }
Expand Down

0 comments on commit 7263d16

Please sign in to comment.