⬆️ (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:
Sulaiman Khan Ghori 2025-04-12 12:06:56 -07:00
parent e4595a76c4
commit 411eb73577

View file

@ -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