diff --git a/Cargo.lock b/Cargo.lock index 05c2cdad0..70137fb82 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/crates/generate/Cargo.toml b/crates/generate/Cargo.toml index ce802ca05..3925a0314 100644 --- a/crates/generate/Cargo.toml +++ b/crates/generate/Cargo.toml @@ -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