From d0e0dcc210217c5d478dc39e3b540ce91b936317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 05:11:34 +0000 Subject: [PATCH] Update crates_io_api requirement from 0.8 to 0.9 in /services/autorust Updates the requirements on [crates_io_api](https://github.com/theduke/crates-io-api) to permit the latest version. - [Changelog](https://github.com/theduke/crates-io-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/theduke/crates-io-api/commits) --- updated-dependencies: - dependency-name: crates_io_api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/autorust/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autorust/codegen/Cargo.toml b/services/autorust/codegen/Cargo.toml index a49c493802..1b4bc170c5 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -29,4 +29,4 @@ qstring = "0.7" [dev-dependencies] thiserror = "1.0" -crates_io_api = "0.8" +crates_io_api = "0.9"