Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent e7b24b9 commit e7dd456
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ chrono = { version = "0.4.39" }
clap = { features = ["derive"], version = "4.5.23" }
dashmap = { version = "6.1.0" }
futures = { version = "0.3.31" }
git2 = { version = "0.19.0" }
itertools = { version = "0.13.0" }
git2 = { version = "0.20.0" }
itertools = { version = "0.14.0" }
num_cpus = { version = "1.16.0" }
rayon = { version = "1.10.0" }
regex = { version = "1.11.1" }
swc_common = "5.0.0"
swc_ecma_ast = "5.0.0"
swc_ecma_codegen = "5.0.0"
swc_ecma_ast = "5.0.1"
swc_ecma_codegen = "5.0.1"
swc_ecma_parser = "6.0.1"
swc_ecma_visit = "5.0.0"
tempfile = "3.14.0"
tempfile = "3.15.0"
tokio = { version = "1.42.0", features = ["full"] }
unbug = { version = "0.4.0" }
walkdir = { version = "2.5.0" }

[build-dependencies]
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
toml = { version = "0.8.19" }

[lib]
Expand Down

0 comments on commit e7dd456

Please sign in to comment.