From 4dcb79e17a56e28c20b4195b49c52acaa4e4c4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:42:58 +0000 Subject: [PATCH] build(deps): Bump bytes from 1.4.0 to 1.5.0 (#1913) --- Cargo.lock | 4 ++-- aggregator/Cargo.toml | 2 +- aggregator_core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5575c93a4..3d60d0886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cc" diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 0425acac5..0dfc02c70 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -38,7 +38,7 @@ anyhow.workspace = true atty = "0.2" backoff = { version = "0.4.0", features = ["tokio"] } base64 = "0.21.3" -bytes = "1.4.0" +bytes = "1.5.0" chrono.workspace = true clap = { version = "4.4.2", features = ["derive", "env"] } console-subscriber = { version = "0.1.10", optional = true } diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index 4022aaf11..5b019ff5f 100644 --- a/aggregator_core/Cargo.toml +++ b/aggregator_core/Cargo.toml @@ -17,7 +17,7 @@ anyhow.workspace = true async-trait = "0.1" backoff = { version = "0.4.0", features = ["tokio"] } base64 = "0.21.3" -bytes = "1.4.0" +bytes = "1.5.0" chrono = "0.4" deadpool = { version = "0.9.5", features = ["rt_tokio_1"] } deadpool-postgres = "0.10.5"