Skip to content

Commit

Permalink
loosen the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Czajka committed Sep 17, 2023
1 parent 2776fe4 commit 5f074d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ lz4 = "1"
memmap = "0"
rust-ini = "0"
serde = { version = "1", features = ["derive"]}
serde_json = "1.0.39"
serde_json = "1"
regex = "1"
clap = "2"
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.7.1", features = ["sqlite"] }
futures = "0.3.28"
sqlx = { version = "0", features = ["sqlite"] }
futures = "0"

0 comments on commit 5f074d8

Please sign in to comment.