Skip to content

Commit

Permalink
refactor: remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Dec 19, 2023
1 parent c0dba22 commit 6270f10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
62 changes: 0 additions & 62 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/nanocld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clap = { version = "4.4.11", features = ["derive"] }
url = { version = "2", features = ["serde"] }
serde = { version = "1.0.192", features = ["derive"] }
uuid = { version = "1.6", features = ["serde", "v4"] }
ntex = { version = "0.7.16", features = ["openssl", "tokio"] }
ntex = { version = "0.7.16", features = ["tokio"] }
diesel = { version = "2.1.2", features = [
"postgres",
"r2d2",
Expand Down
2 changes: 1 addition & 1 deletion crates/nanocld_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1.34.0", features = ["fs"] }
[dependencies]
futures = "0.3.25"
serde_json = "1.0.108"
ntex = { version = "0.7.16", features = ["openssl"] }
ntex = { version = "0.7.16" }
serde = { version = "1.0.192", features = ["derive"] }
bollard-next = { version = "0.15.4" }
nanocl_stubs = { version = "0.12.0", features = ["serde"] }
Expand Down

0 comments on commit 6270f10

Please sign in to comment.