Skip to content

Commit fe65959

Browse files
build(deps): bump indexmap from 2.3.0 to 2.5.0 (#256)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.3.0 to 2.5.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 722184a commit fe65959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples
2020
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121

2222
[dependencies]
23-
indexmap = "2.3.0"
23+
indexmap = "2.5.0"
2424
priority-queue = "2.1.0"
2525
thiserror = "1.0"
2626
rustc-hash = ">=1.0.0, <3.0.0"

0 commit comments

Comments
 (0)