build(deps): bump rquickjs to v0.13.0
Some checks failed
CI / sanitize (push) Failing after 15s
CI / build (push) Failing after 17s
CI / check-wasm-stdlib (push) Failing after 15s
CI / checks (push) Has been cancelled

This commit is contained in:
Christian Clason 2026-09-08 09:49:28 +02:00 committed by Christian Clason
parent 8351896bea
commit de98c6c970
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