diff --git a/Cargo.lock b/Cargo.lock index 6eecee6..f918b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "indexmap" -version = "2.7.1" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index c70cd67..8931639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.70" [dependencies] chrono = { version = "0.4.41", default-features = false, features = ["std"] } -indexmap = "2.7.1" +indexmap = "2.10.0" quick-xml = "0.38.1" newtype-uuid = "1.2.4" thiserror = "2.0.12"