Skip to content

Commit

Permalink
fix(deps): update rust crate indexmap to 2.2.6 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent ae06a6f commit 58be625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ clap = { version = "4.5.4", features = ["derive"] }
clap-stdin = "0.4"
css-colors = "1.0.1"
encoding_rs_io = "0.1.7"
indexmap = { version = "2.2", features = ["serde"] }
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.12"
lzma-rust = "0.1.6"
rmp-serde = "1.3.0"

0 comments on commit 58be625

Please sign in to comment.