From 30e7f7a5304cefa6f3f6b64d8422530e33518a10 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 12 Feb 2024 10:28:50 -0500 Subject: [PATCH] deps: bump pubgrub This brings in a [PR] that makes `Range::as_singleton` return a borrow. [PR]: https://github.com/zanieb/pubgrub/pull/23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4e31e91f56d..c8bedd417eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "pubgrub" version = "0.2.1" -source = "git+https://github.com/zanieb/pubgrub?rev=1b150cdbd1e6f93b1f465de9d08f499660d7f708#1b150cdbd1e6f93b1f465de9d08f499660d7f708" +source = "git+https://github.com/zanieb/pubgrub?rev=9b6d89cb8a0c7902815c8b2ae99106ba322ffb14#9b6d89cb8a0c7902815c8b2ae99106ba322ffb14" dependencies = [ "indexmap 2.2.3", "log", diff --git a/Cargo.toml b/Cargo.toml index ed30d85a3b47..618a1581f12f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ owo-colors = { version = "4.0.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 = "1b150cdbd1e6f93b1f465de9d08f499660d7f708" } +pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "9b6d89cb8a0c7902815c8b2ae99106ba322ffb14" } pyo3 = { version = "0.20.2" } pyo3-log = { version = "0.9.0"} pyproject-toml = { version = "0.8.1" }