From e9b6fb90d63c4b6a661e4d67dd141996071b8ca9 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 20 Nov 2023 09:12:48 -0600 Subject: [PATCH] Bump pubgrub to get range display changes (#444) See https://github.com/zanieb/pubgrub/pull/5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd66aee4708c..36300e16e3af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2326,7 +2326,7 @@ dependencies = [ [[package]] name = "pubgrub" version = "0.2.1" -source = "git+https://github.com/zanieb/pubgrub?rev=efe34571a876831dacac1cbba3ce5bc358f2a6e7#efe34571a876831dacac1cbba3ce5bc358f2a6e7" +source = "git+https://github.com/zanieb/pubgrub?rev=725b9a8e323c9ae0727fed2d045bad64eb212167#725b9a8e323c9ae0727fed2d045bad64eb212167" dependencies = [ "indexmap 2.1.0", "log", diff --git a/Cargo.toml b/Cargo.toml index 32f556b07029..f14a490cef2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ once_cell = { version = "1.18.0" } petgraph = { version = "0.6.4" } platform-info = { version = "2.0.2" } plist = { version = "1.6.0" } -pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "efe34571a876831dacac1cbba3ce5bc358f2a6e7" } +pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "725b9a8e323c9ae0727fed2d045bad64eb212167" } pyproject-toml = { version = "0.8.0" } rand = { version = "0.8.5" } rayon = { version = "1.8.0" }