Bump dropshot from `e57d3af` to `8baf06e` (#168)

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `e57d3af` to `8baf06e`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](e57d3afe80...8baf06e3fc)

---
updated-dependencies:
- dependency-name: dropshot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-08-17 10:19:15 -07:00 committed by GitHub
parent 8284a3a4f4
commit 3eb1fdb3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
Cargo.lock generated
View File

@ -49,9 +49,9 @@ dependencies = [
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.56" version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -241,7 +241,7 @@ dependencies = [
[[package]] [[package]]
name = "dropshot" name = "dropshot"
version = "0.7.1-dev" version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#e57d3afe80093f145be42f6461241f5539cde026" source = "git+https://github.com/oxidecomputer/dropshot#8baf06e3fcdae54abf59910460de6b89008b6771"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -279,7 +279,7 @@ dependencies = [
[[package]] [[package]]
name = "dropshot_endpoint" name = "dropshot_endpoint"
version = "0.7.1-dev" version = "0.7.1-dev"
source = "git+https://github.com/oxidecomputer/dropshot#e57d3afe80093f145be42f6461241f5539cde026" source = "git+https://github.com/oxidecomputer/dropshot#8baf06e3fcdae54abf59910460de6b89008b6771"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -899,9 +899,9 @@ dependencies = [
[[package]] [[package]]
name = "paste" name = "paste"
version = "1.0.7" version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
[[package]] [[package]]
name = "percent-encoding" name = "percent-encoding"
@ -1185,9 +1185,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls-pemfile" name = "rustls-pemfile"
version = "1.0.0" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [ dependencies = [
"base64", "base64",
] ]