Skip to content

Commit 304a536

Browse files
committed
Update runtime-v8
1 parent 5016574 commit 304a536

2 files changed

Lines changed: 25 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openworkers-runner"
3-
version = "0.8.5"
3+
version = "0.8.7"
44
edition = "2024"
55
license = "MIT"
66
default-run = "openworkers-runner"
@@ -30,7 +30,7 @@ tokio-util = { version = "0.7", features = ["rt"] }
3030
flume = "0.12.0"
3131
once_cell = "1.19"
3232
env_logger = "0.11.6"
33-
lru = "0.12"
33+
lru = "0.16.3"
3434
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "uuid", "bigdecimal", "rust_decimal" ] }
3535
reqwest = { version = "0.13.1", default-features = false, features = ["rustls", "json", "stream"] }
3636

@@ -40,7 +40,7 @@ openworkers-core = { git = "https://github.com/openworkers/openworkers-core", ta
4040

4141
# Runtime backend (v8 only for now, others require core 0.5)
4242
# openworkers-runtime-v8 = { path = "../openworkers-runtime-v8", optional = true }
43-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.8.5-locker", optional = true }
43+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.8.7", optional = true }
4444

4545
# WASM runtime (optional)
4646
# openworkers-runtime-wasm = { path = "../openworkers-runtime-wasm", optional = true }

0 commit comments

Comments
 (0)