Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 4, 2024
1 parent bbca4f7 commit 42711ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ name = "InnKeeper"
path = "Source/Library.rs"

[dependencies]
clap = { features = ["derive"], version = "4.5.21" }
clap = { features = ["derive"], version = "4.5.22" }
walkdir = "2.5.0"
futures = "0.3.31"
rayon = "1.10.0"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
once_cell = "1.20.2"
num_cpus = "1.16.0"
crossbeam-queue = "0.3.11"
Expand Down

0 comments on commit 42711ae

Please sign in to comment.