Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 20, 2024
1 parent 0083b8e commit 0a334a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repository = "https://github.com/MythemeCloud/cargo.git"
target-dir = "Target"

[dependencies]
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
crossbeam = "0.8.4"
prql-compiler = "0.11.2"
prql-compiler = "0.11.3"
rayon = "1.8.1"
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"

[lib]
name = "mt"
Expand Down

0 comments on commit 0a334a5

Please sign in to comment.