From 704de69f35f40adc799c4bf5cc9f58cc8fc1a32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:06:21 +0000 Subject: [PATCH] Bump dropshot from `1da9d81` to `29bbf97` Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `1da9d81` to `29bbf97`. - [Release notes](https://github.com/oxidecomputer/dropshot/releases) - [Commits](https://github.com/oxidecomputer/dropshot/compare/1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c...29bbf971267e7891a0e96fefcb2906dd08eaa728) --- updated-dependencies: - dependency-name: dropshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfc8dab8748..b09e09f6135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.53" +version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" +checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" dependencies = [ "proc-macro2", "quote", @@ -1294,7 +1294,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dropshot" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#29bbf971267e7891a0e96fefcb2906dd08eaa728" dependencies = [ "async-stream", "async-trait", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" version = "0.7.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot?branch=main#1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c" +source = "git+https://github.com/oxidecomputer/dropshot?branch=main#29bbf971267e7891a0e96fefcb2906dd08eaa728" dependencies = [ "proc-macro2", "quote", @@ -2101,9 +2101,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", @@ -2273,9 +2273,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg 1.1.0", "hashbrown 0.11.2", @@ -2750,7 +2750,7 @@ dependencies = [ "serde", "serde_json", "slog", - "uuid 1.1.0", + "uuid", ] [[package]] @@ -2995,7 +2995,7 @@ dependencies = [ "thiserror", "tokio", "tokio-postgres", - "uuid 1.1.0", + "uuid", ] [[package]] @@ -3425,7 +3425,7 @@ dependencies = [ "schemars", "serde", "thiserror", - "uuid 1.1.0", + "uuid", ] [[package]] @@ -3502,7 +3502,7 @@ dependencies = [ "dropshot", "futures", "http", - "oximeter", + "oximeter 0.1.0", "uuid", ] @@ -3543,7 +3543,7 @@ dependencies = [ "slog-dtrace", "thiserror", "tokio", - "uuid 1.1.0", + "uuid", ] [[package]] @@ -5588,9 +5588,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942" +checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" dependencies = [ "proc-macro2", "quote", @@ -6170,7 +6170,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.5", "static_assertions", ]