Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 18, 2024
1 parent e770805 commit e9bb7fe
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -7,11 +7,11 @@ name = "Summary"
path = "Source/Library.rs"

[dependencies]
clap = { features = ["derive"], version = "4.5.13" }
clap = { features = ["derive"], version = "4.5.16" }
walkdir = "2.5.0"
futures = "0.3.30"
rayon = "1.10.0"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
git2 = { version = "0.19.0" }
num_cpus = "1.16.0"
regex = "1.10.6"
Expand All @@ -21,7 +21,7 @@ chrono = "0.4.38"
# pieces = { version = "1.0.0", path = "../Pieces" }

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

[lib]
Expand Down
Binary file removed Target/release/PSummary
Binary file not shown.
Binary file removed Target/release/Summary
Binary file not shown.

0 comments on commit e9bb7fe

Please sign in to comment.