From 37777a0d5a105a57070d2f0641745924d4ba1392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:51:06 +0000 Subject: [PATCH] build(deps): update public-api requirement in the cargo-crates group Updates the requirements on [public-api](https://github.com/Enselic/cargo-public-api) to permit the latest version. Updates `public-api` to 0.33.1 - [Release notes](https://github.com/Enselic/cargo-public-api/releases) - [Changelog](https://github.com/Enselic/cargo-public-api/blob/main/rustdoc-json/CHANGELOG.md) - [Commits](https://github.com/Enselic/cargo-public-api/compare/public-api-v0.33.1...public-api-v0.33.1) --- updated-dependencies: - dependency-name: public-api 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 ef2e68a4..a370735e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ num_enum = { version = "0.7", default-features = false } object = { version = "0.36", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false } -public-api = { version = "0.33.1", default-features = false } +public-api = { version = "0.35.0", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } rbpf = { version = "0.2.0", default-features = false }