Bump dropshot from `66aa765` to `d17f74d` (#448)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `66aa765` to `d17f74d`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](66aa7652f6...d17f74d428)

---
updated-dependencies:
- dependency-name: dropshot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 14:24:29 -07:00 committed by GitHub
parent 6cd1a5cf0d
commit 8719b0f33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -391,7 +391,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39"
source = "git+https://github.com/oxidecomputer/dropshot#d17f74d428f0adf7fcab09663c708c72c34b99c0"
dependencies = [
"async-stream",
"async-trait",
@ -433,7 +433,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39"
source = "git+https://github.com/oxidecomputer/dropshot#d17f74d428f0adf7fcab09663c708c72c34b99c0"
dependencies = [
"proc-macro2",
"quote",