Bump dropshot from `41c6593` to `66aa765` (#433)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `41c6593` to `66aa765`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](41c6593cf7...66aa7652f6)

---
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-04-24 11:13:30 -07:00 committed by GitHub
parent 00309d024e
commit 3ecf223514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

22
Cargo.lock generated
View File

@ -88,9 +88,9 @@ checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "async-stream"
version = "0.3.4"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
@ -99,13 +99,13 @@ dependencies = [
[[package]]
name = "async-stream-impl"
version = "0.3.4"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn 2.0.15",
]
[[package]]
@ -381,7 +381,7 @@ dependencies = [
[[package]]
name = "dropshot"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#41c6593cf7daa7d42b1bacb77c7f73e8480c9577"
source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39"
dependencies = [
"async-stream",
"async-trait",
@ -423,7 +423,7 @@ dependencies = [
[[package]]
name = "dropshot_endpoint"
version = "0.9.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#41c6593cf7daa7d42b1bacb77c7f73e8480c9577"
source = "git+https://github.com/oxidecomputer/dropshot#66aa7652f61e821171d632994040cd370234ca39"
dependencies = [
"proc-macro2",
"quote",
@ -1644,18 +1644,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.159"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.159"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
dependencies = [
"proc-macro2",
"quote",