Bump dropshot from `7bd2ce5` to `369db05` (#619)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `7bd2ce5` to `369db05`.
- [Commits](7bd2ce547e...369db05a02)

---
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-11-10 19:52:08 -08:00 committed by GitHub
parent 9bf6bf7cd5
commit 8411b5230e
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

@ -459,7 +459,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#7bd2ce547ebf0b955b02236fe3fef0c52bf2fae4"
source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc"
dependencies = [
"async-stream",
"async-trait",
@ -504,7 +504,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#7bd2ce547ebf0b955b02236fe3fef0c52bf2fae4"
source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc"
dependencies = [
"proc-macro2",
"quote",
@ -2205,9 +2205,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.32.0"
version = "1.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
dependencies = [
"backtrace",
"bytes",