diff --git a/Cargo.lock b/Cargo.lock index 6d1b8137b..758731c76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,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 603ffff12..74f50ac5a 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -37,7 +37,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.1", features = ["derive", "env"] } console-subscriber = { version = "0.1.10", optional = true } diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index f432bed67..5823fa084 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"