From 7f4c1d78929ecb998af2984e8f4031da073fa330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:55:03 +0000 Subject: [PATCH] build(deps): update rustdoc-json requirement Updates the requirements on [rustdoc-json](https://github.com/Enselic/cargo-public-api) to permit the latest version. Updates `rustdoc-json` to 0.8.9 - [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/rustdoc-json-v0.8.6...rustdoc-json-v0.8.9) --- updated-dependencies: - dependency-name: rustdoc-json dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 936b56da..23359265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ public-api = { version = "0.33.1", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } rbpf = { version = "0.2.0", default-features = false } -rustdoc-json = { version = "0.8.6", default-features = false } +rustdoc-json = { version = "0.9.0", default-features = false } rustup-toolchain = { version = "0.1.5", default-features = false } rustversion = { version = "1.0.0", default-features = false } syn = { version = "2", default-features = false }