From 119bf5c28b3c76de3f4077c673cfe8453fe2a809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:45:48 +0000 Subject: [PATCH] Bump dropshot from `a1363c5` to `c849d86` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `a1363c5` to `c849d86`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/a1363c5ece62b494a66487cd64903cacb02855c5...c849d8684f39c5a785782e781fac88f88de49e4b) --- 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 7b3490a2dec..fe5f08ffe82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1193,7 +1193,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#a1363c5ece62b494a66487cd64903cacb02855c5" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#c849d8684f39c5a785782e781fac88f88de49e4b" dependencies = [ "async-stream", "async-trait", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#a1363c5ece62b494a66487cd64903cacb02855c5" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#c849d8684f39c5a785782e781fac88f88de49e4b" dependencies = [ "proc-macro2", "quote",