Skip to content

Commit

Permalink
Merge pull request #2409 from vdice/chore/bump-tls-listener
Browse files Browse the repository at this point in the history
chore(trigger-http): bump tls-listener
  • Loading branch information
vdice authored Apr 2, 2024
2 parents 0013bd9 + 2998a53 commit c12e6eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions crates/trigger-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ spin-telemetry = { path = "../telemetry" }
spin-trigger = { path = "../trigger" }
spin-world = { path = "../world" }
terminal = { path = "../terminal" }
tls-listener = { version = "0.4.0", features = [
"rustls",
"hyper-h1",
"hyper-h2",
] }
tls-listener = { version = "0.10.0", features = ["rustls"] }
tokio = { version = "1.23", features = ["full"] }
tokio-rustls = { version = "0.23.2" }
url = "2.4.1"
Expand Down

0 comments on commit c12e6eb

Please sign in to comment.