File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/cloudflare-wasm-worker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ derive_builder = "0.20"
40
40
async-convert = " 1.0"
41
41
secrecy = { version = " 0.10" , features = [" serde" ] }
42
42
pin-project = " 1.1"
43
- bytes = " 1.8 "
43
+ bytes = " 1.9 "
44
44
eventsource-stream = " 0.2"
45
45
46
46
[target .'cfg(target_arch = "wasm32")' .dependencies ]
@@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"] }
50
50
51
51
[dev-dependencies ]
52
52
tokio-test = " 0.4"
53
- tokio = { version = " 1.41 " , features = [" fs" , " macros" ] }
53
+ tokio = { version = " 1.43 " , features = [" fs" , " macros" ] }
54
54
55
55
[package .metadata .docs .rs ]
56
56
all-features = true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ wasm-opt = false
11
11
crate-type = [" cdylib" ]
12
12
13
13
[dependencies ]
14
- worker = " 0.1 .0"
14
+ worker = " 0.5 .0"
15
15
serde = { version = " 1.0" , features = [" derive" ] }
16
16
async-openai-wasm = {path = " ../../async-openai-wasm" }
17
17
You can’t perform that action at this time.
0 commit comments