From 45fac3472b58682c5d2853ce674b15579e940f55 Mon Sep 17 00:00:00 2001 From: klensy Date: Wed, 31 Aug 2022 23:04:12 +0300 Subject: update few crates to drop old deps --- src/tools/rustc-workspace-hack/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tools/rustc-workspace-hack') diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 3c982b26127..80bb3b5d6a8 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -77,9 +77,6 @@ clap = { version = "3.1.1", features = ["derive", "clap_derive"]} curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true } # Ensure default features of libz-sys, which are disabled in some scenarios. libz-sys = { version = "1.1.2" } -# The only user of memchr's deprecated `use_std` feature is `combine`, so this can be -# removed if/when https://github.com/Marwes/combine/pull/348 is merged and released. -memchr = { version = "2.5", features = ["std", "use_std"] } # Ensure default features of regex, which are disabled in some scenarios. regex = { version = "1.5.6" } serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] } -- cgit 1.4.1-3-g733a5