Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 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 tests/e2e-cucumber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ toml = "0.8"
# `src/loopback_http.rs`), so the E2E suite does not hand-roll HTTP framing,
# socket-mode handling, or path-traversal defence. 0.6 is the version reqwest
# already pulls in, so this adds no second copy to the tree.
tower-http = { version = "0.6", features = ["fs"] }
tower-http = { version = "0.7", features = ["fs"] }
url = "2"
vt100 = "0.16"

Expand Down
Loading