Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 10, 2025
1 parent 41763ba commit e6cfa14
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,13 +10,13 @@ repository = "https://github.com/MythemeCloud/cargo.git"
target-dir = "Target"

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
crossbeam = { version = "0.8.4" }
prql-compiler = "0.12.2"
rayon = { version = "1.10.0" }
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134" }
serde_json = { version = "1.0.135" }
unbug = { version = "0.4.0" }

[lib]
Expand Down

0 comments on commit e6cfa14

Please sign in to comment.