From 1bb40a512d993213d2fcf810b552084a8e6827f9 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 9 Dec 2024 10:44:20 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.7.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 057123a..d64f9bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,15 +132,15 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "indexmap" -version = "2.5.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 038e93d..a2becf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.70" [dependencies] chrono = { version = "0.4.39", default-features = false, features = ["std"] } -indexmap = "2.5.0" +indexmap = "2.7.0" quick-xml = "0.37.1" newtype-uuid = "1.1.3" thiserror = "2.0.6"