From 234929c8aa48cf1c8789e1b815502a21fdc4d42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 00:58:30 +0000 Subject: [PATCH] Bump http from 0.2.5 to 0.2.6 Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 6 +++--- common/Cargo.toml | 2 +- nexus/Cargo.toml | 2 +- nexus/test-utils/Cargo.toml | 2 +- oximeter/instruments/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b28cb0ce21..6e792a8374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,13 +1324,13 @@ dependencies = [ [[package]] name = "http" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" +checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" dependencies = [ "bytes", "fnv", - "itoa 0.4.8", + "itoa 1.0.1", ] [[package]] diff --git a/common/Cargo.toml b/common/Cargo.toml index 80fac33da5..409860a6d1 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -11,7 +11,7 @@ backoff = { version = "0.3.0", features = [ "tokio" ] } chrono = { version = "0.4", features = [ "serde" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } futures = "0.3.18" -http = "0.2.5" +http = "0.2.6" hyper = "0.14" ipnetwork = "0.18" macaddr = { version = "1.0.1", features = [ "serde_std" ] } diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index b24132958b..ced80c760a 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -17,7 +17,7 @@ cookie = "0.16" diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] } futures = "0.3.18" hex = "0.4.3" -http = "0.2.5" +http = "0.2.6" hyper = "0.14" db-macros = { path = "src/db/db-macros" } ipnetwork = "0.18" diff --git a/nexus/test-utils/Cargo.toml b/nexus/test-utils/Cargo.toml index 718c20f026..9d7cd7f770 100644 --- a/nexus/test-utils/Cargo.toml +++ b/nexus/test-utils/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" bytes = "1.0.1" chrono = { version = "0.4", features = [ "serde" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } -http = "0.2.5" +http = "0.2.6" hyper = "0.14" omicron-common = { path = "../../common" } omicron-nexus = { path = ".." } diff --git a/oximeter/instruments/Cargo.toml b/oximeter/instruments/Cargo.toml index 67d1fa7fd4..e910914b96 100644 --- a/oximeter/instruments/Cargo.toml +++ b/oximeter/instruments/Cargo.toml @@ -9,7 +9,7 @@ chrono = { version = "0.4", features = [ "serde" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } futures = "0.3.18" oximeter = { path = "../oximeter" } -http = { version = "0.2.5", optional = true } +http = { version = "0.2.6", optional = true } uuid = { version = "0.8.2", features = [ "v4", "serde" ] } [features]