From a1f54a5c55185f01cb90b1305bff7ae34aad9fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:02:00 +0000 Subject: [PATCH] Bump version-ranges from 0.1.0 to 0.1.1 Bumps [version-ranges](https://github.com/pubgrub-rs/pubgrub) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/pubgrub-rs/pubgrub/releases) - [Changelog](https://github.com/pubgrub-rs/pubgrub/blob/dev/CHANGELOG.md) - [Commits](https://github.com/pubgrub-rs/pubgrub/commits) --- updated-dependencies: - dependency-name: version-ranges dependency-type: direct:production update-type: version-update:semver-patch ... 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 6880c01..8f6b672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,9 +311,9 @@ checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" [[package]] name = "version-ranges" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284649eba55872c1253f3f6ec15f22303a784e60684babd01d01e4c6ebb85b91" +checksum = "f8d079415ceb2be83fc355adbadafe401307d5c309c7e6ade6638e6f9f42f42d" dependencies = [ "smallvec", ] diff --git a/Cargo.toml b/Cargo.toml index e623875..329ff1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tracing = { version = "0.1.40", optional = true } unicode-width = { version = "0.2.0" } unscanny = { version = "0.1.0" } # Adds conversions from [`VersionSpecifiers`] to [`version_ranges::Ranges`] -version-ranges = { version = "0.1.0", optional = true } +version-ranges = { version = "0.1.1", optional = true } [dev-dependencies] indoc = { version = "2.0.5" }