build(deps): bump rquickjs to v0.13.0

This commit is contained in:
Christian Clason 2026-09-08 09:49:28 +02:00
parent 8351896bea
commit ac7d84d9ae
2 changed files with 1 additions and 6 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -32,12 +32,7 @@ log.workspace = true
pathdiff = { optional = true, version = "0.2.3" }
regex.workspace = true
regex-syntax.workspace = true
rquickjs = { features = [
"bindgen",
"loader",
"macro",
"phf",
], optional = true, version = "0.12.2" }
rquickjs = { features = [ "bindgen", "loader", "macro", "phf" ], optional = true, version = "0.13" }
rustc-hash.workspace = true
semver = { optional = true, workspace = true }
serde.workspace = true