X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_index%2FCargo.toml;h=4b1f0b86475a28469d453ba201f48743d3ddc40e;hb=4c4b3e81df7c61b99fe1cef2ac581077e38c7467;hp=6e1471df195b1a9b002880c056fcf85233ee759e;hpb=9832374f6e378971e1a933362cf9781b121bb845;p=rust.git diff --git a/compiler/rustc_index/Cargo.toml b/compiler/rustc_index/Cargo.toml index 6e1471df195..4b1f0b86475 100644 --- a/compiler/rustc_index/Cargo.toml +++ b/compiler/rustc_index/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" doctest = false [dependencies] -arrayvec = { version = "0.5.1", default-features = false } +arrayvec = { version = "0.7", default-features = false } rustc_serialize = { path = "../rustc_serialize" } rustc_macros = { path = "../rustc_macros" }