Skip to content

Commit

Permalink
Merge pull request #3742 from wasmerio/wcgi-working
Browse files Browse the repository at this point in the history
Update versions of wcgi
  • Loading branch information
syrusakbary authored Apr 5, 2023
2 parents 12dbb78 + d78457b commit 35d9cf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ once_cell = "1.17.0"
pin-project = "1.0.12"
# Used by the WCGI runner
hyper = { version = "0.14", features = ["server", "stream"], optional = true }
wcgi = { version = "0.1.1", optional = true }
wcgi-host = { version = "0.1.1", optional = true }
wcgi = { version = "0.1.2", optional = true }
wcgi-host = { version = "0.1.2", optional = true }
tower-http = { version = "0.4.0", features = ["trace", "util", "catch-panic", "cors"], optional = true }
tower = { version = "0.4.13", features = ["make", "util"], optional = true }

Expand Down

0 comments on commit 35d9cf6

Please sign in to comment.