Skip to content

Commit

Permalink
fix: update quickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-gorules committed Nov 20, 2024
1 parent ee3c589 commit 10e44a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rust_decimal = { workspace = true, features = ["maths-nopanic"] }
fixedbitset = "0.4.2"
tokio = { workspace = true, features = ["sync", "time"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
rquickjs = { version = "0.8.0", features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"] }
rquickjs = { version = "0.8.1", features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"] }
itertools = { workspace = true }
zen-expression = { path = "../expression", version = "0.34.0" }
zen-tmpl = { path = "../template", version = "0.34.0" }
Expand Down

0 comments on commit 10e44a8

Please sign in to comment.