diff --git a/Cargo.lock b/Cargo.lock index 5f0800fa5..5039dd871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,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 7cbebb1c5..26d16a72b 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1" anyhow.workspace = true 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 cf90d3838..de3314757 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"