Skip to content

Commit

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

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

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

[lib]
Expand Down

0 comments on commit 5167fd0

Please sign in to comment.