Bump pubgrub for latest upstream (#525)

https://github.com/pubgrub-rs/pubgrub/pull/157
This commit is contained in:
Zanie Blue 2023-12-04 09:09:30 -06:00 committed by GitHub
parent 95b8316023
commit 37ca2e2928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2238,7 +2238,7 @@ dependencies = [
[[package]]
name = "pubgrub"
version = "0.2.1"
source = "git+https://github.com/zanieb/pubgrub?rev=c4ffd26715df9f21067983b0eb176dfd14876133#c4ffd26715df9f21067983b0eb176dfd14876133"
source = "git+https://github.com/zanieb/pubgrub?rev=a1d584a5e506b8f0a600269373190c4a35b298d5#a1d584a5e506b8f0a600269373190c4a35b298d5"
dependencies = [
"indexmap 2.1.0",
"log",

View file

@ -51,7 +51,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 = "c4ffd26715df9f21067983b0eb176dfd14876133" }
pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "a1d584a5e506b8f0a600269373190c4a35b298d5" }
pyo3 = { version = "0.20.0" }
pyo3-log = { version = "0.9.0"}
pyproject-toml = { version = "0.8.0" }