Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 8, 2024
1 parent be481a2 commit 118a57c
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.4"
prql-compiler = "0.11.3"
rayon = "1.10.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"

[lib]
name = "mt"
Expand Down

0 comments on commit 118a57c

Please sign in to comment.