Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 32f2ef7 commit 757cb04
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 89 deletions.
153 changes: 72 additions & 81 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ license = "MIT"
rust-version = "1.77"

[workspace.dependencies]
oxc_allocator = { version = "0.34.0" }
oxc_codegen = { version = "0.34.0" }
oxc_parser = { version = "0.34.0" }
oxc_sourcemap = { version = "0.34.0" }
oxc_span = { version = "0.34.0" }
oxc_syntax = { version = "0.34.0" }
oxc_transformer = { version = "0.34.0" }
oxc_semantic = { version = "0.34.0" }
oxc_allocator = { version = "0.37.0" }
oxc_codegen = { version = "0.37.0" }
oxc_parser = { version = "0.37.0" }
oxc_sourcemap = { version = "0.37.0" }
oxc_span = { version = "0.37.0" }
oxc_syntax = { version = "0.37.0" }
oxc_transformer = { version = "0.37.0" }
oxc_semantic = { version = "0.37.0" }

itertools = { version = "0.13.0" }
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 757cb04

Please sign in to comment.