Skip to content

Commit

Permalink
Improved dependency requirements - closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 5, 2023
1 parent 70475e1 commit 703e5d2
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 @@ -11,9 +11,9 @@ readme = "README.md"
[dependencies]
byteorder = "1"
bytes = "1"
postgres = { version = "0", optional = true }
postgres = { version = "0.19", optional = true }
diesel = { version = "2", features = ["postgres"], optional = true }
sqlx = { version = "0", features = ["postgres"], optional = true }
sqlx = { version = ">= 0.5, < 0.8", features = ["postgres"], optional = true }

[dev-dependencies]
sqlx = { version = "0", features = ["runtime-async-std-native-tls"] }
Expand Down

0 comments on commit 703e5d2

Please sign in to comment.