From 8411b5230e2c6d1bed6ac0af3ba73f5fdd5180d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:52:08 -0800 Subject: [PATCH] Bump dropshot from `7bd2ce5` to `369db05` (#619) Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `7bd2ce5` to `369db05`. - [Commits](https://github.com/oxidecomputer/dropshot/compare/7bd2ce547ebf0b955b02236fe3fef0c52bf2fae4...369db05a02d2b9e5b6630f03139cf360cba4d4bc) --- 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8e2309..983fac9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "dropshot" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#7bd2ce547ebf0b955b02236fe3fef0c52bf2fae4" +source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc" dependencies = [ "async-stream", "async-trait", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.9.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#7bd2ce547ebf0b955b02236fe3fef0c52bf2fae4" +source = "git+https://github.com/oxidecomputer/dropshot#369db05a02d2b9e5b6630f03139cf360cba4d4bc" dependencies = [ "proc-macro2", "quote", @@ -2205,9 +2205,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes",