Bump dropshot from `6ecc57a` to `ccce224` (#390)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `6ecc57a` to `ccce224`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](6ecc57a885...ccce2241b9)

---
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] 2023-03-27 21:31:56 -07:00 committed by GitHub
parent f280276002
commit 521d79be51
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

@ -320,7 +320,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#6ecc57a8854fafe6894459788ac331809df740f1"
source = "git+https://github.com/oxidecomputer/dropshot#ccce2241b9a798819a3385f01b0b92f529c5fe8f"
dependencies = [
"async-stream",
"async-trait",
@ -362,7 +362,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#6ecc57a8854fafe6894459788ac331809df740f1"
source = "git+https://github.com/oxidecomputer/dropshot#ccce2241b9a798819a3385f01b0b92f529c5fe8f"
dependencies = [
"proc-macro2",
"quote",