Bump dropshot from `164f2ed` to `cf285b1` (#653)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `164f2ed` to `cf285b1`.
- [Commits](164f2edc83...cf285b192c)

---
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-12-13 01:29:22 -08:00 committed by GitHub
parent da0ba17f57
commit afa2e7ea7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 10 deletions

27
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#164f2edc83189d93068c557fe8293d4c0c619526"
source = "git+https://github.com/oxidecomputer/dropshot#cf285b192cfd26ce0a28e737994fce4b79db95b5"
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#164f2edc83189d93068c557fe8293d4c0c619526"
source = "git+https://github.com/oxidecomputer/dropshot#cf285b192cfd26ce0a28e737994fce4b79db95b5"
dependencies = [
"proc-macro2",
"quote",
@ -660,9 +660,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
@ -1663,13 +1663,20 @@ dependencies = [
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4"
dependencies = [
"base64",
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7673e0aa20ee4937c6aacfc12bb8341cfbf054cdd21df6bec5fd0629fe9339b"
[[package]]
name = "rustls-webpki"
version = "0.101.4"
@ -1793,18 +1800,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.192"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.192"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
dependencies = [
"proc-macro2",
"quote",