⬆️ (librqbit) Update dep requirement for url to compatible w/ current version
Less strict than =, can use as dep in other projects :)
This commit is contained in:
parent
e4595a76c4
commit
411eb73577
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
|
|||
], optional = true }
|
||||
uuid = { version = "1.2", features = ["v4"] }
|
||||
futures = "0.3"
|
||||
url = { version = "=2.5.2", default-features = false, features = [
|
||||
url = { version = "^2.5.2", default-features = false, features = [
|
||||
"serde",
|
||||
] } # can't upgrade yet until min version is Rust 1.81, see https://github.com/servo/rust-url/issues/992
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue