Trying to fix Rust 1.78

This commit is contained in:
Igor Katson 2024-12-03 21:07:44 +00:00
parent 44c54ed3ce
commit 301232c9bd
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 14 additions and 1 deletions

View file

@ -93,6 +93,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
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.
hex = "0.4"
backoff = "0.4.0"
dashmap = "6"