Skip to content

Commit 23c0b3b

Browse files
committed
Update Cargo.lock
1 parent ff12beb commit 23c0b3b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Cargo.lock

+1-7
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ dependencies = [
5757
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
5858
]
5959

60-
[[package]]
61-
name = "ar"
62-
version = "0.3.1"
63-
source = "registry+https://github.com/rust-lang/crates.io-index"
64-
6560
[[package]]
6661
name = "arena"
6762
version = "0.0.0"
@@ -2031,6 +2026,7 @@ dependencies = [
20312026
name = "rustc_codegen_utils"
20322027
version = "0.0.0"
20332028
dependencies = [
2029+
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
20342030
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
20352031
"rustc 0.0.0",
20362032
"rustc_data_structures 0.0.0",
@@ -2070,7 +2066,6 @@ dependencies = [
20702066
name = "rustc_driver"
20712067
version = "0.0.0"
20722068
dependencies = [
2073-
"ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
20742069
"arena 0.0.0",
20752070
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
20762071
"graphviz 0.0.0",
@@ -3075,7 +3070,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30753070
"checksum aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0ba20154ea1f47ce2793322f049c5646cc6d0fa9759d5f333f286e507bf8080"
30763071
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
30773072
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
3078-
"checksum ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35c7a5669cb64f085739387e1308b74e6d44022464b7f1b63bbd4ceb6379ec31"
30793073
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
30803074
"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
30813075
"checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"

0 commit comments

Comments
 (0)