Merge pull request #358 from djmango/master

⬆️ (librqbit) Update dep requirement for url to compatible w/ current version
This commit is contained in:
Igor Katson 2025-05-28 23:01:56 +01:00 committed by GitHub
commit 093673064a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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