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 Sep 5, 2024
1 parent 26a3fe4 commit 4c8698f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 49 deletions.
110 changes: 68 additions & 42 deletions Cargo.lock

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

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

[workspace.dependencies]
oxc_allocator = { version = "0.22.0" }
oxc_codegen = { version = "0.22.0" }
oxc_parser = { version = "0.22.0" }
oxc_sourcemap = { version = "0.22.0" }
oxc_span = { version = "0.22.0" }
oxc_syntax = { version = "0.22.0" }
oxc_transformer = { version = "0.22.0" }
oxc_allocator = { version = "0.26.0" }
oxc_codegen = { version = "0.26.0" }
oxc_parser = { version = "0.26.0" }
oxc_sourcemap = { version = "0.26.0" }
oxc_span = { version = "0.26.0" }
oxc_syntax = { version = "0.26.0" }
oxc_transformer = { version = "0.26.0" }

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

0 comments on commit 4c8698f

Please sign in to comment.