Skip to content

Commit 680392f

Browse files
authored
Update PubGrub to 06ec5a5 (#13616)
With pubgrub-rs/pubgrub#338 merged, we update PubGrub to 06ec5a5f59ffaeb6cf5079c6cb184467da06c9db
1 parent 3758c51 commit 680392f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ percent-encoding = { version = "2.3.1" }
135135
petgraph = { version = "0.8.0" }
136136
proc-macro2 = { version = "1.0.86" }
137137
procfs = { version = "0.17.0", default-features = false, features = ["flate2"] }
138-
pubgrub = { git = "https://github.com/astral-sh/pubgrub", rev = "73d6ecf5a4e4eb1c754b8c3255c4d31bdc266fdb" }
138+
pubgrub = { git = "https://github.com/astral-sh/pubgrub", rev = "06ec5a5f59ffaeb6cf5079c6cb184467da06c9db" }
139139
quote = { version = "1.0.37" }
140140
rayon = { version = "1.10.0" }
141141
reflink-copy = { version = "0.1.19" }
@@ -180,7 +180,7 @@ tracing-tree = { version = "0.4.0" }
180180
unicode-width = { version = "0.2.0" }
181181
unscanny = { version = "0.1.0" }
182182
url = { version = "2.5.2", features = ["serde"] }
183-
version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "73d6ecf5a4e4eb1c754b8c3255c4d31bdc266fdb" }
183+
version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "06ec5a5f59ffaeb6cf5079c6cb184467da06c9db" }
184184
walkdir = { version = "2.5.0" }
185185
which = { version = "7.0.0", features = ["regex"] }
186186
windows-registry = { version = "0.5.0" }

0 commit comments

Comments
 (0)