Skip to content

Commit

Permalink
chore: bump up all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent f5aab3a commit 159a248
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 127 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ index_vec = "0.1.3"
insta = "1.38.0"
memchr = "2.7.2"
mimalloc = "0.1.39"
napi = { version = "3.0.0-alpha.0", features = ["async"] }
napi = { version = "3.0.0-alpha", features = ["async"] }
napi-build = { version = "2.1.2" }
napi-derive = { version = "3.0.0-alpha.0", default-features = false, features = ["type-def"] }
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
once_cell = "1.19.0"
oxc = { version = "0.12.2", features = ["sourcemap"] }
oxc_resolver = { version = "1.6.4", features = ["package_json_raw_json_api"] }
oxc_resolver = { version = "1.6.5", features = ["package_json_raw_json_api"] }
rayon = "1.10.0"
regex = "1.10.4"
rolldown = { path = "./crates/rolldown" }
Expand Down
Loading

0 comments on commit 159a248

Please sign in to comment.