X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_apfloat%2FCargo.toml;h=98305201bc9433b7e071695fa9dd750e25293114;hb=9067d5277d10f0f32a49ec9c125a33828e26a32b;hp=bb01d4f51b899d8e1329668951d53f59fa87ea9a;hpb=3e4f95612e5e4d2c7e8e0a21b3ff703c580ac15c;p=rust.git diff --git a/compiler/rustc_apfloat/Cargo.toml b/compiler/rustc_apfloat/Cargo.toml index bb01d4f51b8..98305201bc9 100644 --- a/compiler/rustc_apfloat/Cargo.toml +++ b/compiler/rustc_apfloat/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] bitflags = "1.2.1" -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }