about summary refs log tree commit diff
path: root/compiler/rustc_serialize/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_serialize/Cargo.toml')
-rw-r--r--compiler/rustc_serialize/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_serialize/Cargo.toml b/compiler/rustc_serialize/Cargo.toml
index f6b9e17e58e..dbc5c15195c 100644
--- a/compiler/rustc_serialize/Cargo.toml
+++ b/compiler/rustc_serialize/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.0.0"
 edition = "2021"
 
 [dependencies]
-indexmap = "1.8.0"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+indexmap = "1.9.1"
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 
 [dev-dependencies]
 rustc_macros = { path = "../rustc_macros" }