Skip to content

Commit 9bd2593

Browse files
chore(deps): Bump indexmap from 2.5.0 to 2.6.0 (#21397)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.5.0...2.6.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 6075bc2 commit 9bd2593

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 25 additions & 25 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
@@ -138,7 +138,7 @@ chrono-tz = { version = "0.10.0", default-features = false, features = ["serde"]
138138
clap = { version = "4.5.20", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
139139
futures = { version = "0.3.31", default-features = false, features = ["compat", "io-compat", "std"], package = "futures" }
140140
glob = { version = "0.3.1", default-features = false }
141-
indexmap = { version = "2.5.0", default-features = false, features = ["serde", "std"] }
141+
indexmap = { version = "2.6.0", default-features = false, features = ["serde", "std"] }
142142
metrics = "0.23.0"
143143
metrics-tracing-context = { version = "0.16.0", default-features = false }
144144
metrics-util = { version = "0.17.0", default-features = false, features = ["registry"] }

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ default-features = false
3939
features = []
4040

4141
[dependencies.indexmap]
42-
version = "2.5.0"
42+
version = "2.6.0"
4343
default-features = false
4444
features = ["serde"]
4545

0 commit comments

Comments
 (0)