Skip to content

Commit 0a0a986

Browse files
committed
Update dependencies
1 parent e8e6d4c commit 0a0a986

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

async-openai-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ derive_builder = "0.20"
4040
async-convert = "1.0"
4141
secrecy = { version = "0.10", features = ["serde"] }
4242
pin-project = "1.1"
43-
bytes = "1.8"
43+
bytes = "1.9"
4444
eventsource-stream = "0.2"
4545

4646
[target.'cfg(target_arch = "wasm32")'.dependencies]
@@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"] }
5050

5151
[dev-dependencies]
5252
tokio-test = "0.4"
53-
tokio = { version = "1.41", features = ["fs", "macros"] }
53+
tokio = { version = "1.43", features = ["fs", "macros"] }
5454

5555
[package.metadata.docs.rs]
5656
all-features = true

examples/cloudflare-wasm-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wasm-opt = false
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
worker = "0.1.0"
14+
worker = "0.5.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
async-openai-wasm = {path = "../../async-openai-wasm" }
1717

0 commit comments

Comments
 (0)