Bump dropshot from `60d745e` to `6a3f84c` (#854)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `60d745e` to `6a3f84c`.
- [Commits](60d745e1ed...6a3f84ca5f)

---
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] 2024-07-08 21:27:26 -07:00 committed by GitHub
parent afcdd45a3a
commit 4593f85d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

5
Cargo.lock generated
View File

@ -471,7 +471,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.10.2-dev"
source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030"
source = "git+https://github.com/oxidecomputer/dropshot#6a3f84ca5fd8d0c5c010cfe837efbe6b5d117d9d"
dependencies = [
"async-stream",
"async-trait",
@ -516,8 +516,9 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.10.2-dev"
source = "git+https://github.com/oxidecomputer/dropshot#60d745e1ed949479fba5f97f1dcdf92050945030"
source = "git+https://github.com/oxidecomputer/dropshot#6a3f84ca5fd8d0c5c010cfe837efbe6b5d117d9d"
dependencies = [
"heck",
"proc-macro2",
"quote",
"serde",