From 83fa33f0650bc63e6d0f330d6a7f041deb91cb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:22:40 +0000 Subject: [PATCH] Bump bytes from 1.4.0 to 1.5.0 (#1067) --- Cargo.lock | 4 ++-- examples/redis-client/Cargo.toml | 2 +- northstar-runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d997e43f..30829b8a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[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 = "bytesize" diff --git a/examples/redis-client/Cargo.toml b/examples/redis-client/Cargo.toml index 1129479a6..4cc05424d 100644 --- a/examples/redis-client/Cargo.toml +++ b/examples/redis-client/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -bytes = "1.4.0" +bytes = "1.5.0" mini-redis = "0.4.1" tokio = { version = "1.32.0", features = ["macros", "rt", "net"] } diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 8894c6712..797fce23b 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -17,7 +17,7 @@ base64 = { version = "0.21.5", optional = true } bincode = { version = "1.3.3", optional = true } bitflags = "2.4.0" byteorder = { version = "1.5.0", optional = true } -bytes = { version = "1.4.0", optional = true } +bytes = { version = "1.5.0", optional = true } bytesize = { version = "1.2.0", optional = true } caps = { version = "0.5.5", optional = true } cgroups-rs = { version = "0.3.2", features = ["serde"], optional = true }