From ef05b65e5c75498f351b990063189e1b5c11249d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:54:01 +0000 Subject: [PATCH] Bump dropshot from `6ca8e21` to `18078c4` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `6ca8e21` to `18078c4`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/6ca8e21a8b9fe1a35e6780afa1f70a5ec6a22513...18078c4909d6260dddb924915f830de12840871d) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3913ccb3696..67c06f23aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,7 +1006,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#6ca8e21a8b9fe1a35e6780afa1f70a5ec6a22513" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#18078c4909d6260dddb924915f830de12840871d" dependencies = [ "async-stream", "async-trait", @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#6ca8e21a8b9fe1a35e6780afa1f70a5ec6a22513" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#18078c4909d6260dddb924915f830de12840871d" dependencies = [ "proc-macro2", "quote",