Bump dropshot from `1da9d81` to `5ab8279` (#84)

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

---
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-06 16:08:08 -07:00 committed by GitHub
parent bacaac3db9
commit f3759073f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -191,7 +191,7 @@ dependencies = [
[[package]] [[package]]
name = "dropshot" name = "dropshot"
version = "0.7.1-dev" version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" source = "git+https://github.com/oxidecomputer/dropshot#5ab8279c85640c917f5c64864e3c80e25a9cb292"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -229,7 +229,7 @@ dependencies = [
[[package]] [[package]]
name = "dropshot_endpoint" name = "dropshot_endpoint"
version = "0.7.1-dev" version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" source = "git+https://github.com/oxidecomputer/dropshot#5ab8279c85640c917f5c64864e3c80e25a9cb292"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1728,9 +1728,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.0.0" version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"serde", "serde",