@@ -26,19 +26,19 @@ chrono = { version = "0.4.41", default-features = false, features = [
2626futures-channel = " 0.3.31"
2727futures-util = { version = " 0.3.31" , default-features = false }
2828http = " 1.3"
29- js-sys = { version = " 0.3.83" , path = " ./wasm-bindgen/crates/js-sys " }
29+ js-sys = { version = " 0.3.83" }
3030serde = { version = " 1.0.164" , features = [" derive" ] }
3131serde_json = " 1.0.140"
3232serde-wasm-bindgen = " 0.6.5"
3333syn = " 2.0.17"
3434proc-macro2 = " 1.0.60"
3535quote = " 1.0.28"
36- wasm-bindgen = { version = " 0.2.108" , path = " ./wasm-bindgen " }
37- wasm-bindgen-cli-support = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/cli-support " }
38- wasm-bindgen-futures = { version = " 0.4.57" , path = " ./wasm-bindgen/crates/futures " }
39- wasm-bindgen-macro-support = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/macro-support " }
40- wasm-bindgen-shared = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/shared " }
41- wasm-bindgen-test = { version = " 0.3.58" , path = " ./wasm-bindgen/crates/test " }
36+ wasm-bindgen = { version = " 0.2.108" }
37+ wasm-bindgen-cli-support = { version = " 0.2.108" }
38+ wasm-bindgen-futures = { version = " 0.4.57" }
39+ wasm-bindgen-macro-support = { version = " 0.2.108" }
40+ wasm-bindgen-shared = { version = " 0.2.108" }
41+ wasm-bindgen-test = { version = " 0.3.58" }
4242web-sys = { version = " 0.3.85" , features = [
4343 " AbortController" ,
4444 " AbortSignal" ,
@@ -69,10 +69,10 @@ web-sys = { version = "0.3.85", features = [
6969 " WritableStream" ,
7070 " WritableStreamDefaultWriter" ,
7171] }
72- worker = { version = " 0.7.2 " , path = " worker" , features = [" queue" , " d1" , " axum" , " timezone" ] }
72+ worker = { version = " 0.7.3 " , path = " worker" , features = [" queue" , " d1" , " axum" , " timezone" ] }
7373worker-codegen = { path = " worker-codegen" , version = " 0.2.0" }
74- worker-macros = { version = " 0.7.2 " , path = " worker-macros" , features = [" queue" ] }
75- worker-sys = { version = " 0.7.2 " , path = " worker-sys" , features = [" d1" , " queue" ] }
74+ worker-macros = { version = " 0.7.3 " , path = " worker-macros" , features = [" queue" ] }
75+ worker-sys = { version = " 0.7.3 " , path = " worker-sys" , features = [" d1" , " queue" ] }
7676
7777[profile .release ]
7878# rustc supports two "optimize for size" levels: opt-level = "s" and "z".
@@ -99,12 +99,3 @@ opt-level = "z"
9999
100100# These are local patches we use to test against local wasm bindgen
101101# We always align on the exact stable wasm bindgen version for releases
102- [patch .crates-io ]
103- js-sys = { version = " 0.3.85" , path = ' ./wasm-bindgen/crates/js-sys' }
104- wasm-bindgen = { version = " 0.2.108" , path = ' ./wasm-bindgen' }
105- wasm-bindgen-cli-support = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/cli-support" }
106- wasm-bindgen-futures = { version = " 0.4.57" , path = ' ./wasm-bindgen/crates/futures' }
107- wasm-bindgen-macro-support = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/macro-support" }
108- wasm-bindgen-shared = { version = " 0.2.108" , path = " ./wasm-bindgen/crates/shared" }
109- wasm-bindgen-test = { version = " 0.3.58" , path = " ./wasm-bindgen/crates/test" }
110- web-sys = { version = " 0.3.85" , path = ' ./wasm-bindgen/crates/web-sys' }
0 commit comments