From c1a21e4f172a7534f10e9abae957961e3de01df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:31:31 +0000 Subject: [PATCH] build(deps): bump the dep-updates group with 2 updates Bumps the dep-updates group with 2 updates: [bytes](https://github.com/tokio-rs/bytes) and [serde_json](https://github.com/serde-rs/json). Updates `bytes` from 1.7.0 to 1.7.1 - [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/v1.7.0...v1.7.1) Updates `serde_json` from 1.0.121 to 1.0.122 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afec026..3e4e41b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "c2rust-bitfields" @@ -2566,9 +2566,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6558369..80d006e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ async-trait = "0.1.81" backhand = "0.18.0" base64 = "0.22.1" byteorder = "1" -bytes = "1.7.0" +bytes = "1.7.1" c2rust-bitfields = "0.18.0" cgroups-rs = "0.3.4" circular-buffer = "0.1.7" @@ -74,7 +74,7 @@ redb = "2.1.1" regex = "1.10.5" rtnetlink = "0.14.1" scopeguard = "1.2.0" -serde_json = "1.0.121" +serde_json = "1.0.122" serde_yaml = "0.9" sha256 = "1.5.0" signal-hook = "0.3.17"