Skip to content

Commit 4424b02

Browse files
committed
Cargo.toml: remove unused openssl dependency
1 parent 81f29a4 commit 4424b02

File tree

4 files changed

+1
-18
lines changed

4 files changed

+1
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ md5 = "0.7.0"
8181
num-bigint = "0.4"
8282

8383
open = "3"
84-
openssl-sys = { version = "0.9", features = ['vendored'] }
85-
openssl = "0.10"
8684

8785
pathfinding = "3.0"
8886
pbjson = "0.6"

crates/network-tunnel/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ async-process = { path = "../async-process" }
1919
async-trait={ workspace = true }
2020
base64={ workspace = true }
2121
futures={ workspace = true }
22-
openssl-sys = { workspace = true }
23-
openssl={ workspace = true }
2422
rand = { workspace = true }
2523
schemars = { workspace = true }
2624
serde = { workspace = true }

local/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Where links are provided, just follow the linked instructions to install the lat
3333
- libssl-dev
3434
- make
3535
- musl-tools
36-
- openssl (we need both the libs and the CLI)
3736
- pkg-config
3837
- protobuf-compiler
3938

@@ -104,7 +103,7 @@ The Flow UI should open in your browser automatically.
104103
- run `supabase stop` from the root of the `flow` repo
105104
- Local Flow instances sometimes leave dangling docker containers, which you can cleanup using `docker ps` and `docker stop`.
106105

107-
## Notes on
106+
## Notes on
108107
### Logging in locally
109108

110109
To login locally, you need to use the "magic link" method. Oauth does not work locally. You can enter any email address you like, and all emails will be sent to [http://localhost:5434/monitor]. After it says "email sent", go to that address and click the link in the email to complete the login process.

0 commit comments

Comments
 (0)