Bump dropshot from `d9f8779` to `38395fc` (#113)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `d9f8779` to `38395fc`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](d9f87790e9...38395fc200)

---
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] 2022-07-11 14:00:27 -07:00 committed by GitHub
parent 6769899bfc
commit a09b836ab5
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

@ -230,7 +230,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#d9f87790e92cafa179f079f441f2f3be1e2f1026"
source = "git+https://github.com/oxidecomputer/dropshot#38395fc200a9330728757cd0d26f12373a279fbc"
dependencies = [
"async-stream",
"async-trait",
@ -268,7 +268,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#d9f87790e92cafa179f079f441f2f3be1e2f1026"
source = "git+https://github.com/oxidecomputer/dropshot#38395fc200a9330728757cd0d26f12373a279fbc"
dependencies = [
"proc-macro2",
"quote",