Skip to content

Commit 1e017e4

Browse files
dependabot[bot]sinelaw
authored andcommitted
Bump deno_core from 0.372.0 to 0.373.0
Bumps [deno_core](https://github.com/denoland/deno_core) from 0.372.0 to 0.373.0. - [Release notes](https://github.com/denoland/deno_core/releases) - [Commits](denoland/deno_core@0.372.0...0.373.0) --- updated-dependencies: - dependency-name: deno_core dependency-version: 0.373.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 470a293 commit 1e017e4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ regex = "1.12"
4646
libc = "0.2"
4747
libloading = "0.9" # Dynamic library loading for optional GPM support
4848
nix = { version = "0.30", features = ["signal", "pthread", "resource", "poll", "fs"] }
49-
deno_core = { version = "0.372.0", default-features = false, features = ["v8_use_custom_libcxx"], optional = true } # Disable ICU data but keep custom libcxx for cross-compilation.
49+
deno_core = { version = "0.373.0", default-features = false, features = ["v8_use_custom_libcxx"], optional = true } # Disable ICU data but keep custom libcxx for cross-compilation.
5050
deno_ast = { version = "0.51.0", default-features = false, features = ["transpiling"], optional = true } # EXPERIMENT: Slim down SWC toolchain, keeping only transpiling.
5151
deno_error = { version = "0.7", optional = true } # Error types for deno_core ops (matches deno_core's dependency)
5252
tree-sitter-python = "0.25.0"

0 commit comments

Comments
 (0)