Skip to content

Commit c24aa1f

Browse files
chore(deps): bump rquickjs from 0.10.0 to 0.11.0
Bumps [rquickjs](https://github.com/DelSkayn/rquickjs) from 0.10.0 to 0.11.0. - [Changelog](https://github.com/DelSkayn/rquickjs/blob/master/CHANGELOG.md) - [Commits](DelSkayn/rquickjs@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: rquickjs dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d785d65 commit c24aa1f

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

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

crates/gc-jsrt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "Bounded QuickJS evaluator for Ghost Complete's requires_js spec g
2020
# `rust-alloc` keeps QuickJS allocations going through Rust's global
2121
# allocator so memory usage shows up in the same accounting as everything
2222
# else in the binary.
23-
rquickjs = { version = "0.10", default-features = false, features = ["rust-alloc"] }
23+
rquickjs = { version = "0.11", default-features = false, features = ["rust-alloc"] }
2424
serde = { workspace = true }
2525
serde_json = "1"
2626
thiserror = "2"

0 commit comments

Comments
 (0)