From 90a60bc4f22e3d79ab7236eb4f4e0544c71987d9 Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 12 Mar 2024 17:14:50 +0100 Subject: [PATCH] Update pubgrub (#2384) Rebase pubgrub onto upstream changes, reducing our divergencies with upstream. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fa4f556e..aa6d4237d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "pubgrub" version = "0.2.1" -source = "git+https://github.com/zanieb/pubgrub?rev=332f02b0e436ca8449c7ef5e15b992dd5f35908b#332f02b0e436ca8449c7ef5e15b992dd5f35908b" +source = "git+https://github.com/zanieb/pubgrub?rev=b5ead05c954b81690aec40255a1c36ec248e90af#b5ead05c954b81690aec40255a1c36ec248e90af" dependencies = [ "indexmap 2.2.5", "log", diff --git a/Cargo.toml b/Cargo.toml index 81c6353bd..828938e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ pathdiff = { version = "0.2.1" } petgraph = { version = "0.6.4" } platform-info = { version = "2.0.2" } plist = { version = "1.6.0" } -pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "332f02b0e436ca8449c7ef5e15b992dd5f35908b" } +pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "b5ead05c954b81690aec40255a1c36ec248e90af" } pyo3 = { version = "0.20.3" } pyo3-log = { version = "0.9.0" } pyproject-toml = { version = "0.10.0" }