Trying to fix Rust 1.78
This commit is contained in:
parent
44c54ed3ce
commit
301232c9bd
2 changed files with 14 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue