Skip to content

Commit

Permalink
fix(deps): update rust crate rquickjs to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent ebc2b79 commit 4227897
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ lazy_static = "1.4.0"
which = { version = "6.0.1", optional = true }
async-recursion = "1.1.1"
tempfile = "3.10.1"
rquickjs = { "version" = "0.5.1", optional = true, features = ["full"] }
rquickjs = { "version" = "0.6.0", optional = true, features = ["full"] }
strum_macros = "0.26.2"
# TODO: disable some levels with features?
tracing = "0.1.40"
Expand Down

0 comments on commit 4227897

Please sign in to comment.