From 3846fa266efb21a5c1af90a90c2bca51f29af46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:26:37 -0700 Subject: [PATCH] Bump dropshot from `a1363c5` to `c849d86` (#186) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b89a6cb..0cb1493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#a1363c5ece62b494a66487cd64903cacb02855c5" +source = "git+https://github.com/oxidecomputer/dropshot#c849d8684f39c5a785782e781fac88f88de49e4b" dependencies = [ "async-stream", "async-trait", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#a1363c5ece62b494a66487cd64903cacb02855c5" +source = "git+https://github.com/oxidecomputer/dropshot#c849d8684f39c5a785782e781fac88f88de49e4b" dependencies = [ "proc-macro2", "quote",