From 57f7b440661631064d29b53c114a2743f0804f34 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 28 Dec 2023 22:07:40 +0100 Subject: [PATCH] Update pubgrub Pull in https://github.com/pubgrub-rs/pubgrub/pull/170 and https://github.com/pubgrub-rs/pubgrub/pull/171 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9530a7f6836f..82755659113a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2259,7 +2259,7 @@ dependencies = [ [[package]] name = "pubgrub" version = "0.2.1" -source = "git+https://github.com/zanieb/pubgrub?rev=f64c499f83e5798a583f9850fac28d2e7bf1dfbf#f64c499f83e5798a583f9850fac28d2e7bf1dfbf" +source = "git+https://github.com/zanieb/pubgrub?rev=3b013da32e9e663754e3a9860825c185223a77b0#3b013da32e9e663754e3a9860825c185223a77b0" dependencies = [ "indexmap 2.1.0", "log", diff --git a/Cargo.toml b/Cargo.toml index aee1e8ec4f64..5909f374b85e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,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 = "f64c499f83e5798a583f9850fac28d2e7bf1dfbf" } +pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "3b013da32e9e663754e3a9860825c185223a77b0" } pyo3 = { version = "0.20.0" } pyo3-log = { version = "0.9.0"} pyproject-toml = { version = "0.8.0" }