Bump dropshot from `1f98f79` to `a1363c5` (#180)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `1f98f79` to `a1363c5`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](1f98f791bf...a1363c5ece)

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

Signed-off-by: dependabot[bot] <support@github.com>

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-08-29 11:17:00 -07:00 committed by GitHub
parent eac966effc
commit 5aecfd06fa
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

@ -279,7 +279,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#1f98f791bf4a9bfb5b15549e22f927075bbfa07c"
source = "git+https://github.com/oxidecomputer/dropshot#a1363c5ece62b494a66487cd64903cacb02855c5"
dependencies = [
"async-stream",
"async-trait",
@ -318,7 +318,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#1f98f791bf4a9bfb5b15549e22f927075bbfa07c"
source = "git+https://github.com/oxidecomputer/dropshot#a1363c5ece62b494a66487cd64903cacb02855c5"
dependencies = [
"proc-macro2",
"quote",