Update pubgrub (#5649)

We improved the API structure in pubgrub, and also update to generally
keep up with upstream.
This commit is contained in:
konsti
2024-07-31 14:54:11 +02:00
committed by GitHub
parent 2574f5b3fd
commit 981661c4af
13 changed files with 19 additions and 25 deletions
@@ -1,7 +1,7 @@
use std::cmp::min;
use itertools::Itertools;
use pubgrub::range::Range;
use pubgrub::Range;
use rustc_hash::FxHashMap;
use tokio::sync::mpsc::Sender;
use tracing::{debug, trace};