Skip to content

Commit

Permalink
pin specific openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 11, 2025
1 parent f6a1b9c commit 6e97f80
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries.
thiserror = "1"
tokio = { version = "1.40", features = ["full", "rt-multi-thread"] }
uuid = { version = "1", features = ["v4"] }
openssl = { version = "0.10", features = ["vendored"] }
mountpoint-s3-client = "0.11.0"

# Abort on panics rather than unwinding.
Expand Down
1 change: 1 addition & 0 deletions iris-mpc-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tracing.workspace = true
tokio.workspace = true
rand.workspace = true
rayon.workspace = true
openssl.workspace = true
mountpoint-s3-client.workspace = true

[dev-dependencies]
Expand Down
1 change: 1 addition & 0 deletions iris-mpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ rand.workspace = true
base64.workspace = true
uuid.workspace = true
reqwest.workspace = true
openssl.workspace = true
mountpoint-s3-client.workspace = true
sodiumoxide = "0.2.7"
iris-mpc-gpu = { path = "../iris-mpc-gpu" }
Expand Down

0 comments on commit 6e97f80

Please sign in to comment.