Skip to content

Commit ada638f

Browse files
authored
Merge pull request #153 from psqlpy-python/fixed-openssl-version
Fixed openssl version
2 parents 20f1f52 + fc7fe9f commit ada638f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rust_decimal = { git = "https://github.com/psqlpy-python/rust-decimal.git", bran
5151
"db-tokio-postgres",
5252
] }
5353
postgres_array = { git = "https://github.com/psqlpy-python/rust-postgres-array.git", branch = "psqlpy" }
54-
openssl = { version = "0.10.64", features = ["vendored"] }
54+
openssl = { version = "= 0.10.64", features = ["vendored"] }
5555
itertools = "0.12.1"
5656
openssl-src = "300.2.2"
5757
openssl-sys = "0.9.102"

0 commit comments

Comments
 (0)