Auto merge of #10824 - klensy:url-no-serde, r=giraffate

deps: drop serde feature from url, drop rustc-workspace-hack

Cargo now have it's own workspace and rustc dropped [`rustc-workspace-hack`](https://github.com/rust-lang/rust/pull/109133), so no need to unify features here; drop rustc-workspace-hack.

changelog: none
This commit is contained in:
bors 2023-05-30 00:16:46 +00:00
commit 423f081089
2 changed files with 1 additions and 8 deletions

View file

@ -26,9 +26,7 @@ unicode-normalization = "0.1"
unicode-script = { version = "0.5", default-features = false }
semver = "1.0"
rustc-semver = "1.1"
# NOTE: cargo requires serde feat in its url dep
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
url = { version = "2.2", features = ["serde"] }
url = "2.2"
[features]
deny-warnings = ["clippy_utils/deny-warnings"]