Bump dropshot from `99261d7` to `1da9d81` (#77)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `99261d7` to `1da9d81`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](99261d7fc2...1da9d81a05)

---
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-06-01 12:59:09 -07:00 committed by GitHub
parent 24fb7b9611
commit 53e673b15c
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

@ -191,7 +191,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#99261d7fc2df9f01dee8a63be511c40289384af7"
source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c"
dependencies = [
"async-stream",
"async-trait",
@ -229,7 +229,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#99261d7fc2df9f01dee8a63be511c40289384af7"
source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c"
dependencies = [
"proc-macro2",
"quote",