Skip to content

Commit bb32bbc

Browse files
committed
Fixed openssl version
1 parent ada638f commit bb32bbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -53,8 +53,8 @@ rust_decimal = { git = "https://github.com/psqlpy-python/rust-decimal.git", bran
5353
postgres_array = { git = "https://github.com/psqlpy-python/rust-postgres-array.git", branch = "psqlpy" }
5454
openssl = { version = "= 0.10.64", features = ["vendored"] }
5555
itertools = "0.12.1"
56-
openssl-src = "300.2.2"
57-
openssl-sys = "0.9.102"
56+
openssl-src = "= 300.2.2"
57+
openssl-sys = "= 0.9.102"
5858
pg_interval = { git = "https://github.com/psqlpy-python/rust-postgres-interval.git", branch = "psqlpy" }
5959
pgvector = { git = "https://github.com/psqlpy-python/pgvector-rust.git", branch = "psqlpy", features = [
6060
"postgres",

0 commit comments

Comments
 (0)