From ba5124088206b433cd4639a3753c83660ba9ff49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:29:12 +0000 Subject: [PATCH] Bump the cargo-updates group across 1 directory with 2 updates Bumps the cargo-updates group with 2 updates in the / directory: [hyper-util](https://github.com/hyperium/hyper-util) and [pbjson](https://github.com/influxdata/pbjson). Updates `hyper-util` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.18...v0.1.19) Updates `pbjson` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: pbjson dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- Cargo.toml | 4 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab5947c..bb54d65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ dependencies = [ "libscap-bindings", "log", "nix", - "pbjson", + "pbjson 0.9.0", "pbjson-types", "pin-project-lite", "prost", @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", @@ -1416,6 +1416,16 @@ dependencies = [ "serde", ] +[[package]] +name = "pbjson" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8edd1efdd8ab23ba9cb9ace3d9987a72663d5d7c9f74fa00b51d6213645cf6c" +dependencies = [ + "base64", + "serde", +] + [[package]] name = "pbjson-build" version = "0.8.0" @@ -1436,7 +1446,7 @@ checksum = "8e748e28374f10a330ee3bb9f29b828c0ac79831a32bab65015ad9b661ead526" dependencies = [ "bytes", "chrono", - "pbjson", + "pbjson 0.8.0", "pbjson-build", "prost", "prost-build", diff --git a/Cargo.toml b/Cargo.toml index 062f893..899c614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ falco_plugin_api = { version = "0.5.1" } falco_event = { version = "0.5.1" } env_logger = "0.11.8" hyper = "1.8.0" -hyper-util = "0.1.18" +hyper-util = "0.1.19" libc = "0.2.178" libscap-bindings = { version = "0.0.2", default-features = false } log = "0.4.29" @@ -62,7 +62,7 @@ tonic = "0.14.2" tower = "0.5.2" url = "2.5.7" uuid = { version = "1.19.0", features = ["v4"] } -pbjson = "0.8.0" +pbjson = "0.9.0" pbjson-types = "0.8.0" serde = { version = "1.0.219", features = ["derive"] } tonic-prost = { version = "0.14.2" }