diff options
| author | Josh Stone <jistone@redhat.com> | 2022-07-14 10:13:52 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2022-07-17 07:05:58 -0700 |
| commit | daa7c14a442a2d7dc9a7033340446fa886bab2f7 (patch) | |
| tree | 9d26543535b0e4a5c3042048482bf22c96c45362 /compiler/rustc_serialize | |
| parent | 967a9c94b34bb8f394db03b1d205831eddf6f589 (diff) | |
| download | rust-daa7c14a442a2d7dc9a7033340446fa886bab2f7.tar.gz rust-daa7c14a442a2d7dc9a7033340446fa886bab2f7.zip | |
Upgrade indexmap and thorin-dwp to use hashbrown 0.12
This removes the last dependencies on hashbrown 0.11.
Diffstat (limited to 'compiler/rustc_serialize')
| -rw-r--r-- | compiler/rustc_serialize/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_serialize/Cargo.toml b/compiler/rustc_serialize/Cargo.toml index 5056163b7fe..dbc5c15195c 100644 --- a/compiler/rustc_serialize/Cargo.toml +++ b/compiler/rustc_serialize/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [dependencies] -indexmap = "1.8.0" +indexmap = "1.9.1" smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } [dev-dependencies] |
