From 35ff5a81a7e8be3ef277ae3f97addb94edd8c519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:11:14 -0700 Subject: [PATCH] Bump dropshot from `bde88ae` to `e57aad3` (#881) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `bde88ae` to `e57aad3`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/bde88ae32f190cccdd092c3bc959e600ea5116aa...e57aad3a19c5b6ef4f3cc7958dc1079b184370b9) --- 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 3957bdb5..0e645191 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,7 +893,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dropshot" version = "0.12.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#bde88ae32f190cccdd092c3bc959e600ea5116aa" +source = "git+https://github.com/oxidecomputer/dropshot#e57aad3a19c5b6ef4f3cc7958dc1079b184370b9" dependencies = [ "async-stream", "async-trait", @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.12.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#bde88ae32f190cccdd092c3bc959e600ea5116aa" +source = "git+https://github.com/oxidecomputer/dropshot#e57aad3a19c5b6ef4f3cc7958dc1079b184370b9" dependencies = [ "heck", "proc-macro2",