Skip to content

Commit

Permalink
Vendor ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Jan 3, 2024
1 parent 4e44c9f commit 767f2a0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 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.

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ futures-util = "0.3.5"
warp = { version = "0.3", default-features = false }
static_dir = "0.2"
webbrowser = "0.5.4"
reqwest = { version = "0.11", features = ["cookies", "json"] }
reqwest = { version = "0.11", features = [
"cookies",
"json",
"native-tls-vendored",
] }

native-runner = { path = "../logic/env-runners/native" }
wasi-process = "0.3"
wasmer = { version = "1.0", default-features = false, features = ["default-jit", "default-cranelift"] }
wasmer = { version = "1.0", default-features = false, features = [
"default-jit",
"default-cranelift",
] }
wasmer-cache = "1.0"
wasmer-wasi = "1.0"

Expand Down

0 comments on commit 767f2a0

Please sign in to comment.