From 132866aa2cf9e17399c43ce34bcb2722dc487f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:09:25 +0000 Subject: [PATCH] Bump archery from 1.0.0 to 1.1.0 Bumps [archery](https://github.com/orium/archery) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/orium/archery/releases) - [Changelog](https://github.com/orium/archery/blob/main/release-notes.md) - [Commits](https://github.com/orium/archery/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: archery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 159e9d5..5b5c9fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "archery" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7d8a6d00b222909638a01ddcc8c533219e9d5bfada1613afae43481f2fc699" +checksum = "487955f60962765486ce000015a3492ca45c34a2ebbf12bc0aa2b5110ca6e7d2" dependencies = [ "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 919877b..883b522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] rpds = "1.0.1" -archery = "1.0.0" +archery = "1.1.0" [dependencies.pyo3] version = "0.20.0"