Skip to content

Commit

Permalink
chore(deps): Bump indexmap from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 230f0ca commit 3d2d4f1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
56 changes: 31 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ chrono-tz = { version = "0.10.0", default-features = false, features = ["serde"]
clap = { version = "4.5.18", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
futures = { version = "0.3.30", default-features = false, features = ["compat", "io-compat", "std"], package = "futures" }
glob = { version = "0.3.1", default-features = false }
indexmap = { version = "2.5.0", default-features = false, features = ["serde", "std"] }
indexmap = { version = "2.6.0", default-features = false, features = ["serde", "std"] }
metrics = "0.22.3"
metrics-tracing-context = { version = "0.15.0", default-features = false }
metrics-util = { version = "0.16.3", default-features = false, features = ["registry"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ default-features = false
features = []

[dependencies.indexmap]
version = "2.5.0"
version = "2.6.0"
default-features = false
features = ["serde"]

Expand Down

0 comments on commit 3d2d4f1

Please sign in to comment.