]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Fix `suspicious_to_owned` test when `c_char` is `u8`
[rust.git] / Cargo.toml
index 699e68b86f7665bdf422499367aaa42294f9e5b4..d648cd7945ef269579351329a14301cc6037e2fd 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.64"
+version = "0.1.65"
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
@@ -52,7 +52,7 @@ serde = { version = "1.0.125", features = ["derive"] }
 syn = { version = "1.0", features = ["full"] }
 futures = "0.3"
 parking_lot = "0.12"
-tokio = { version = "1", features = ["full"] }
+tokio = { version = "1", features = ["io-util"] }
 rustc-semver = "1.1"
 
 [build-dependencies]