Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 4, 2024
1 parent 813678d commit ef1df25
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 @@ -15,8 +15,8 @@ crossbeam = "0.8.3"
prql-compiler = "0.11.1"
rayon = "1.8.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.111"

[lib]
name = "mt"
Expand Down

0 comments on commit ef1df25

Please sign in to comment.