Skip to content

Commit

Permalink
fix(deps): update rust crate deno_core to 0.270.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent bc4bcf2 commit 516b5b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
36 changes: 8 additions & 28 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 @@ -95,7 +95,7 @@ lazy_static = "1.4.0"
which = { version = "6.0.0", optional = true }
async-recursion = "1.0.5"
tempfile = "3.10.1"
deno_core = { version = "0.269.0", optional = true, features = ["v8_use_custom_libcxx"], default-features = false }
deno_core = { version = "0.270.0", optional = true, features = ["v8_use_custom_libcxx"], default-features = false }
strum_macros = "0.26.1"
# TODO: disable some levels with features?
tracing = "0.1.40"
Expand Down

0 comments on commit 516b5b2

Please sign in to comment.