Skip to content

Commit 529d3d3

Browse files
authored
[dropshot-apis] update dropshot-api-manager to 0.5.1 (#9947)
Apologies for the super quick update after version 0.4.0, but the speedup from parallelism is quite nice: on my 16c/32t machine, `cargo xtask openapi check` goes from ~9.5s to just 2.15s, with much of the remaining time being taken up by the Cargo build itself. Version 0.5.1 has a fix for the scenario outlined in #9948 (comment).
1 parent a2e45df commit 529d3d3

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ dns-server-api = { path = "dns-server-api" }
479479
dns-service-client = { path = "clients/dns-service-client" }
480480
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "37992295b5dc708d8f120cee805d67418741b556" }
481481
dropshot = { version = "0.16.6", features = [ "usdt-probes" ] }
482-
dropshot-api-manager = "0.4.0"
483-
dropshot-api-manager-types = "0.4.0"
482+
dropshot-api-manager = "0.5.2"
483+
dropshot-api-manager-types = "0.5.2"
484484
dyn-clone = "1.0.20"
485485
either = "1.15.0"
486486
ereport-types = { path = "ereport/types" }

0 commit comments

Comments
 (0)