Skip to content

Commit 800339d

Browse files
fix(deps): update rust crate indexmap to v2 (#34) [skip ci]
* fix(deps): update rust crate indexmap to v2 * chore(deps): update lockfile for indexmap --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yousaf Nabi <you@saf.dev>
1 parent 949ecde commit 800339d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ panic = "unwind"
7272
# https://github.com/cross-rs/cross/issues/1363#issuecomment-1783917450
7373

7474
[target.'cfg(target_os = "freebsd")'.dependencies]
75-
indexmap = { version = "1.9.3", features = ["std"] }
75+
indexmap = { version = "2.0.0", features = ["std"] }
7676
# requires std feature for detection with cross for aarch64-unknown-freebsd target
7777
# https://github.com/tower-rs/tower/issues/466
7878
# https://github.com/indexmap-rs/indexmap/pull/145

0 commit comments

Comments
 (0)