Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Nov 13, 2024
1 parent e939a02 commit debe7cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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 @@ -18,13 +18,13 @@ license = false
eula = false

[dependencies]
clap = { version = "4.5.4", features = ["derive", "color"] } # Command line argument parser
clap = { version = "4.5.20", features = ["derive", "color"] } # Command line argument parser
colored = "2.1.0" # Colored output
rayon = "1.10.0" # Parallelism library
crossbeam-channel = "0.5.13" # Faster channels (mpmc)
mimalloc = { version = "0.1.42", default-features = false } # Faster allocator
mimalloc = { version = "0.1.43", default-features = false } # Faster allocator
thin_str = "0.1.0" # Thinner string (only 8 bytes)
memchr = { version = "2.7.2", features = ["std", "alloc"] } # Small substring search optimization
memchr = { version = "2.7.4", features = ["std", "alloc"] } # Small substring search optimization
inquire = { version = "0.7.5" } # Multiselect CLI interface

# Multithreaded fine-grained profiler
Expand Down

0 comments on commit debe7cb

Please sign in to comment.