Skip to content

Commit

Permalink
Updated all deps
Browse files Browse the repository at this point in the history
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
  • Loading branch information
chandr-andr committed Sep 5, 2024
1 parent 8308ca8 commit 1244078
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
66 changes: 35 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psqlpy"
version = "0.7.7"
version = "0.7.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -46,8 +46,8 @@ rust_decimal = { git = "https://github.com/chandr-andr/rust-decimal.git", branch
"db-postgres",
"db-tokio-postgres",
] }
postgres_array = { git = "https://github.com/chandr-andr/rust-postgres-array.git", branch = "psqlpy" }
openssl = { version = "0.10.64", features = ["vendored"] }
itertools = "0.12.1"
openssl-src = "300.2.2"
openssl-sys = "0.9.102"
postgres_array = { git = "https://github.com/chandr-andr/rust-postgres-array.git", branch = "psqlpy" }

0 comments on commit 1244078

Please sign in to comment.