diff --git a/Cargo.lock b/Cargo.lock index 23abdbd1..54f48abb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 2a084bdc..1d2f58ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ etcetera = "0.8.0" hex-literal = "0.4.1" hickory-resolver = "0.24.1" humantime = "2.1.0" -indexmap = { version = "2.6.0", default-features = false } +indexmap = { version = "2.7.1", default-features = false } insta = "1.42.0" ipnetwork = "0.21.1" itertools = "0.14.0"