Trying to fix Rust 1.78
This commit is contained in:
parent
301232c9bd
commit
1fb3d7cf55
2 changed files with 4 additions and 274 deletions
|
|
@ -92,8 +92,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
|
|||
], optional = true }
|
||||
uuid = { version = "1.2", features = ["v4"] }
|
||||
futures = "0.3"
|
||||
url = { version = "2", default-features = false }
|
||||
idna = "=0.5.0" # we don't need this crate, but see https://github.com/servo/rust-url/issues/992. It's a dependency of reqwest that we can't turn off, but we need to force pin it to a lower version.
|
||||
url = { version = "=2.5.2", default-features = false } # can't upgrade yet until min version is Rust 1.81, see https://github.com/servo/rust-url/issues/992
|
||||
|
||||
hex = "0.4"
|
||||
backoff = "0.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue