Skip to content

Commit 4988bda

Browse files
build(deps): bump indexmap from 2.12.0 to 2.12.1 (microsoft#503)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.0 to 2.12.1. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.0...2.12.1) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92b9ec8 commit 4988bda

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -123,7 +123,7 @@ dashmap = { version = "6.1", default-features = false, optional = true }
123123
mimalloc = { path = "mimalloc", optional = true }
124124

125125
# rvm related deps
126-
indexmap = { version = "2.12.0", default-features = false, features = ["serde"], optional = true }
126+
indexmap = { version = "2.12.1", default-features = false, features = ["serde"], optional = true }
127127
bincode = { version = "2.0.1", default-features = false, features = ["alloc", "serde"], optional = true }
128128

129129
[dev-dependencies]

0 commit comments

Comments
 (0)