Skip to content

Commit ccb6396

Browse files
dependabot[bot]ahl
andauthored
Bump dropshot from 0.16.7 to 0.17.0 (#1394)
* Bump dropshot from 0.16.7 to 0.17.0 Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from 0.16.7 to 0.17.0. - [Changelog](https://github.com/oxidecomputer/dropshot/blob/main/CHANGELOG.adoc) - [Commits](oxidecomputer/dropshot@v0.16.7...v0.17.0) --- updated-dependencies: - dependency-name: dropshot dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
1 parent 1fc6498 commit ccb6396

File tree

3 files changed

+41
-35
lines changed

3 files changed

+41
-35
lines changed

Cargo.lock

Lines changed: 39 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ colored = "3.1.1"
2525
crossterm = { version = "0.29.0", features = [ "event-stream" ] }
2626
dialoguer = "0.12.0"
2727
dirs = "6.0.0"
28-
dropshot = "0.16.7"
28+
dropshot = "0.17.0"
2929
env_logger = "0.11.10"
3030
expectorate = { version = "1.2.0", features = ["predicates"] }
3131
flume = "0.12.0"

cli/tests/test_resolve_cert.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ impl TestServer {
5454
let server = HttpServerStarter::new_with_tls(
5555
&ConfigDropshot {
5656
bind_address: "127.0.0.1:0".parse().unwrap(),
57-
default_handler_task_mode: dropshot::HandlerTaskMode::CancelOnDisconnect,
58-
log_headers: Default::default(),
59-
default_request_body_max_bytes: 1024,
57+
..Default::default()
6058
},
6159
api,
6260
(),

0 commit comments

Comments
 (0)