Update pubgrub to 78b8add6942766e5fb070bbda1de570e93d6399f (#783)

Pull in the latest perf improvements
This commit is contained in:
konsti 2024-01-04 16:55:35 +01:00 committed by GitHub
parent d964e6848b
commit 2db9135c51
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

@ -2259,7 +2259,7 @@ dependencies = [
[[package]]
name = "pubgrub"
version = "0.2.1"
source = "git+https://github.com/zanieb/pubgrub?rev=3b013da32e9e663754e3a9860825c185223a77b0#3b013da32e9e663754e3a9860825c185223a77b0"
source = "git+https://github.com/zanieb/pubgrub?rev=78b8add6942766e5fb070bbda1de570e93d6399f#78b8add6942766e5fb070bbda1de570e93d6399f"
dependencies = [
"indexmap 2.1.0",
"log",

View File

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