Skip to content

Commit a2f0200

Browse files
committed
Update runtime
1 parent b4b8d1e commit a2f0200

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openworkers-runner"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
default-run = "openworkers-runner"
66

@@ -14,16 +14,16 @@ tokio = "1.43.0"
1414
env_logger = "0.11.6"
1515
http_v02 = { package = "http", version = "0.2.12" }
1616
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "postgres", "uuid", "bigdecimal", "rust_decimal" ] }
17-
openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.8"}
17+
openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.9"}
1818
# openworkers-runtime = { path = "../openworkers-runtime" }
1919
nats = "0.25.0"
20-
serde_json = "1.0.135"
20+
serde_json = "1.0.137"
2121
serde = { version = "1.0.197", features = ["derive"] }
2222
dotenv = "0.15.0"
2323
base64 = "0.22.1"
2424
swc = { version = "10.0.0", features = ["tokio"] }
2525
swc_common = "5.0.0"
26-
swc_ecma_ast = "5.0.2"
26+
swc_ecma_ast = "5.0.3"
2727
swc_ecma_parser = "6.0.2"
2828
swc_ecma_transforms_typescript = "7.0.0"
2929
swc_ecma_visit = "5.0.0"

0 commit comments

Comments
 (0)