Update pubgrub to use a dependency provider (#2648)

With https://github.com/pubgrub-rs/pubgrub/pull/190, pubgrub attaches
all types to a dependency provider to reduce the number of generics. We
need a dummy dependency provider now to emulate this. On the plus side,
pep440_rs drops its pubgrub dependency.
This commit is contained in:
konsti 2024-03-25 15:51:31 +01:00 committed by GitHub
parent 8cc69a723d
commit 33bde826a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 51 additions and 34 deletions

View file

@ -20,6 +20,7 @@ mod bare;
mod candidate_selector;
mod constraints;
mod dependency_mode;
mod dependency_provider;
mod editables;
mod error;
mod finder;