Skip to content

Commit

Permalink
Bump rquickjs-core from 0.6.1 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [rquickjs-core](https://github.com/DelSkayn/rquickjs) from 0.6.1 to 0.8.1.
- [Commits](DelSkayn/rquickjs@v0.6.1...v0.8.1)

---
updated-dependencies:
- dependency-name: rquickjs-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent e736396 commit 6fad6f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["wasm"]
[dependencies]
anyhow = { workspace = true }
rquickjs = { version = "=0.6.1", features = ["array-buffer", "bindgen"] }
rquickjs-core = "=0.6.1"
rquickjs-core = "=0.8.1"
rquickjs-sys = "=0.6.1"
serde = { workspace = true, default-features = true, features = ["derive"] }
serde_json = { workspace = true, optional = true }
Expand Down

0 comments on commit 6fad6f8

Please sign in to comment.