Skip to content

Commit 47e2a94

Browse files
dependabot[bot]ahl
andauthored
Bump dropshot from fb254ad to 52d900a (#779)
* Bump dropshot from `fb254ad` to `52d900a` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `fb254ad` to `52d900a`. - [Commits](oxidecomputer/dropshot@fb254ad...52d900a) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * log_headers --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <[email protected]>
1 parent 6f8e9a7 commit 47e2a94

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/tests/test_resolve_cert.rs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ impl TestServer {
5757
bind_address: "127.0.0.1:0".parse().unwrap(),
5858
request_body_max_bytes: 1024,
5959
default_handler_task_mode: dropshot::HandlerTaskMode::CancelOnDisconnect,
60+
log_headers: Default::default(),
6061
},
6162
api,
6263
(),

0 commit comments

Comments
 (0)