Skip to content

Commit 1244078

Browse files
committed
Updated all deps
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 8308ca8 commit 1244078

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

Cargo.lock

Lines changed: 35 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)