We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f9e2b commit 756ef69Copy full SHA for 756ef69
Cargo.lock
@@ -432,9 +432,9 @@ dependencies = [
432
433
[[package]]
434
name = "indexmap"
435
-version = "2.7.1"
+version = "2.9.0"
436
source = "registry+https://github.com/rust-lang/crates.io-index"
437
-checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
+checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
438
dependencies = [
439
"equivalent",
440
"hashbrown",
Cargo.toml
@@ -20,7 +20,7 @@ version = "0.20.0"
20
21
[dependencies.indexmap]
22
features = ["serde"]
23
24
25
[dependencies.quick-xml]
26
features = ["serialize"]
0 commit comments