From cfff75166cca4d83ccc77c66fcf8d27a08f1eb52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:40:25 +0000 Subject: [PATCH] build(deps): update public-api requirement in the cargo-crates group Updates the requirements on [public-api](https://github.com/cargo-public-api/cargo-public-api) to permit the latest version. Updates `public-api` to 0.47.1 - [Release notes](https://github.com/cargo-public-api/cargo-public-api/releases) - [Changelog](https://github.com/cargo-public-api/cargo-public-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/cargo-public-api/cargo-public-api/compare/public-api-v0.47.0...public-api-v0.47.1) --- updated-dependencies: - dependency-name: public-api dependency-version: 0.47.1 dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe201bad..044cd9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ once_cell = { version = "1.20.1", default-features = false } proc-macro2 = { version = "1", default-features = false } proc-macro2-diagnostics = { version = "0.10.1", default-features = false } procfs = { version = "0.17.0", default-features = false } -public-api = { version = "0.47.0", default-features = false } +public-api = { version = "0.48.0", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.9", default-features = false } rbpf = { version = "0.3.0", default-features = false }