From 6d1d51bc260e216b8697d63ed7515faca5c062fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 20:39:44 +0000 Subject: [PATCH] Update bytes requirement from 0.5 to 0.6 Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version. - [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/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] --- metrics-exporter-tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-exporter-tcp/Cargo.toml b/metrics-exporter-tcp/Cargo.toml index fc58588..8c1b896 100644 --- a/metrics-exporter-tcp/Cargo.toml +++ b/metrics-exporter-tcp/Cargo.toml @@ -18,7 +18,7 @@ keywords = ["metrics", "telemetry", "tcp"] [dependencies] metrics = { version = "0.13.0-alpha.1", path = "../metrics", features = ["std"] } metrics-util = { version = "0.4.0-alpha.1", path = "../metrics-util" } -bytes = "0.5" +bytes = "0.6" crossbeam-channel = "0.5" prost = "0.6" prost-types = "0.6"