From 53e673b15c7c2ee2623c8246ec853b7775604ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:59:09 -0700 Subject: [PATCH] Bump dropshot from `99261d7` to `1da9d81` (#77) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `99261d7` to `1da9d81`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/99261d7fc2df9f01dee8a63be511c40289384af7...1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... 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 bc053c7..0abbbc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#99261d7fc2df9f01dee8a63be511c40289384af7" +source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" dependencies = [ "async-stream", "async-trait", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#99261d7fc2df9f01dee8a63be511c40289384af7" +source = "git+https://github.com/oxidecomputer/dropshot#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" dependencies = [ "proc-macro2", "quote",