Bump dropshot from `1b67aea` to `3c45d4d` (#471)
Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `1b67aea` to `3c45d4d`.
- [Commits](1b67aea1ef...3c45d4d37a
)
---
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:
parent
27f095c55f
commit
dfb863694b
|
@ -391,7 +391,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dropshot"
|
name = "dropshot"
|
||||||
version = "0.9.1-dev"
|
version = "0.9.1-dev"
|
||||||
source = "git+https://github.com/oxidecomputer/dropshot#1b67aea1efa112ffb9310d4cbd5892cf91c7485e"
|
source = "git+https://github.com/oxidecomputer/dropshot#3c45d4d37ae73b30cf2e9b3aed871e4a56963b61"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -433,7 +433,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dropshot_endpoint"
|
name = "dropshot_endpoint"
|
||||||
version = "0.9.1-dev"
|
version = "0.9.1-dev"
|
||||||
source = "git+https://github.com/oxidecomputer/dropshot#1b67aea1efa112ffb9310d4cbd5892cf91c7485e"
|
source = "git+https://github.com/oxidecomputer/dropshot#3c45d4d37ae73b30cf2e9b3aed871e4a56963b61"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -1532,9 +1532,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustls"
|
name = "rustls"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "07180898a28ed6a7f7ba2311594308f595e3dd2e3c3812fa0a80a47b45f17e5d"
|
checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"ring",
|
"ring",
|
||||||
|
|
Loading…
Reference in New Issue