From 3b9446dbe721b061355bb3446a772722c21d66fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 00:26:29 +0000 Subject: [PATCH] Bump bytes from 1.2.0 to 1.2.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/commits) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nexus/test-utils/Cargo.toml | 2 +- oximeter/db/Cargo.toml | 2 +- oximeter/oximeter-macro-impl/Cargo.toml | 2 +- oximeter/oximeter/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 553c1f4cdee..6033434d47c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,9 +415,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" dependencies = [ "serde", ] diff --git a/nexus/test-utils/Cargo.toml b/nexus/test-utils/Cargo.toml index 0160b3556af..cd9fba37f4c 100644 --- a/nexus/test-utils/Cargo.toml +++ b/nexus/test-utils/Cargo.toml @@ -6,7 +6,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" -bytes = "1.2.0" +bytes = "1.2.1" chrono = { version = "0.4", features = [ "serde" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } headers = "0.3.7" diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index 2e6880f9a5f..b5d637356c6 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" async-trait = "0.1.53" -bytes = { version = "1.2.0", features = [ "serde" ] } +bytes = { version = "1.2.1", features = [ "serde" ] } chrono = { version = "0.4.19", features = [ "serde" ] } clap = { version = "3.2", features = ["derive"] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } diff --git a/oximeter/oximeter-macro-impl/Cargo.toml b/oximeter/oximeter-macro-impl/Cargo.toml index 6dca7fd3dad..ad040c29142 100644 --- a/oximeter/oximeter-macro-impl/Cargo.toml +++ b/oximeter/oximeter-macro-impl/Cargo.toml @@ -9,7 +9,7 @@ license = "MPL-2.0" proc-macro = true [dependencies.bytes] -version = "1.2.0" +version = "1.2.1" features = ["serde"] [dependencies.proc-macro2] diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index 6980c732529..cc4b939eba7 100644 --- a/oximeter/oximeter/Cargo.toml +++ b/oximeter/oximeter/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MPL-2.0" [dependencies] -bytes = { version = "1.2.0", features = [ "serde" ] } +bytes = { version = "1.2.1", features = [ "serde" ] } chrono = { version = "0.4.19", features = [ "serde" ] } num-traits = "0.2.15" oximeter-macro-impl = { path = "../oximeter-macro-impl" }