Skip to content

Commit c92c979

Browse files
committed
put back openssl dep
1 parent 4e36526 commit c92c979

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tower-http = { version = "0.5", features = ["cors", "request-id", "trace"] }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = { version = "1.0", features = ["preserve_order"] }
2020
anyhow = "1.0"
21+
openssl-sys = { version = "0.9", features = ["vendored"] }
2122
thiserror = "2.0.12"
2223
tracing = "0.1"
2324
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json"] }

crates/local-deployment/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ uuid = { version = "1.0", features = ["v4", "serde"] }
1919
async-trait = { workspace = true }
2020
command-group = { version = "5.0", features = ["with-tokio"] }
2121
nix = { version = "0.29", features = ["signal", "process"] }
22+
openssl-sys = { workspace = true }
2223
notify = "8.2.0"
2324
notify-debouncer-full = "0.5.0"
2425
reqwest = { version = "0.12", features = ["json"] }

crates/server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ chrono = { version = "0.4", features = ["serde"] }
2727
uuid = { version = "1.0", features = ["v4", "serde"] }
2828
ts-rs = { workspace = true }
2929
nix = { version = "0.29", features = ["signal", "process"] }
30+
openssl-sys = { workspace = true }
3031
rmcp = { version = "0.5.0", features = ["server", "transport-io"] }
3132
schemars = { workspace = true }
3233
secrecy = "0.10.3"

crates/services/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tempfile = "3.21"
3030
async-trait = { workspace = true }
3131
rust-embed = "8.2"
3232
ignore = "0.4"
33+
openssl-sys = { workspace = true }
3334
regex = "1.11.1"
3435
notify-rust = "4.11"
3536
octocrab = "0.44"

0 commit comments

Comments
 (0)