Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 19, 2024
1 parent 66a250b commit 7ec8959
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 @@ -10,10 +10,10 @@ repository = "https://github.com/MythemeCloud/cargo.git"
target-dir = "Target"

[dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
crossbeam = "0.8.4"
prql-compiler = "0.11.1"
rayon = "1.8.0"
rayon = "1.8.1"
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
Expand Down

0 comments on commit 7ec8959

Please sign in to comment.