Skip to content

Commit 7ab8f1b

Browse files
Update indexmap requirement from 1.6.2 to 2.2.6
Updates the requirements on [indexmap](https://github.com/indexmap-rs/indexmap) to permit the latest version. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.6.2...2.2.6) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b97cd8f commit 7ab8f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parameterized-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "tests/cases.rs"
2323
[dependencies]
2424
fnv = "1.0.7"
2525
# from indexmap 2.12 the MSRV is 1.82; unless indexmap needs security updates, a lower MSRV is preferable, since parameterized doesn't need it
26-
indexmap = { version = "~2.11.4", default-features = false }
26+
indexmap = { version = "~2.12.0", default-features = false }
2727
proc-macro2 = "1.0.24"
2828
quote = "1.0.8"
2929
syn = { version = "2.0.52", features = ["full"] }

0 commit comments

Comments
 (0)