X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=crates%2Fhir-def%2FCargo.toml;h=84cd35c28870062858673b9cf281606202a0fb26;hb=791f2a0becb340520a8af1726e4da6de7525c905;hp=cc276d402bb02b45ad1a3ff7c40fa84c51b8e856;hpb=604b1c8409e850e738e0c211a11de0c42171a979;p=rust.git diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml index cc276d402bb..84cd35c2887 100644 --- a/crates/hir-def/Cargo.toml +++ b/crates/hir-def/Cargo.toml @@ -17,7 +17,7 @@ cov-mark = "2.0.0-pre.1" # We need to freeze the version of the crate, as the raw-api feature is considered unstable dashmap = { version = "=5.3.4", features = ["raw-api"] } drop_bomb = "0.1.5" -either = "1.6.1" +either = "1.7.0" fst = { version = "0.4.7", default-features = false } hashbrown = { version = "0.12.1", default-features = false } indexmap = "1.8.2" @@ -25,7 +25,7 @@ itertools = "0.10.3" la-arena = { version = "0.3.0", path = "../../lib/la-arena" } once_cell = "1.12.0" rustc-hash = "1.1.0" -smallvec = "1.8.0" +smallvec = "1.9.0" tracing = "0.1.35" stdx = { path = "../stdx", version = "0.0.0" }