Skip to content

Commit b1ae63b

Browse files
chore(deps): bump indexmap from 2.12.0 to 2.14.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.0 to 2.14.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.0...2.14.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 625c1d3 commit b1ae63b

3 files changed

Lines changed: 45 additions & 39 deletions

File tree

Cargo.lock

Lines changed: 43 additions & 37 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
@@ -162,7 +162,7 @@ futures-util = { version = "0.3.29", default-features = false }
162162
glob = { version = "0.3.3", default-features = false }
163163
hickory-proto = { version = "0.25.2", default-features = false, features = ["dnssec-ring"] }
164164
humantime = { version = "2.3.0", default-features = false }
165-
indexmap = { version = "2.11.0", default-features = false, features = ["serde", "std"] }
165+
indexmap = { version = "2.14.0", default-features = false, features = ["serde", "std"] }
166166
indoc = { version = "2.0.7" }
167167
inventory = { version = "0.3" }
168168
itertools = { version = "0.14.0", default-features = false, features = ["use_alloc"] }

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ glob.workspace = true
1515
chrono.workspace = true
1616
tokio = { workspace = true, features = ["full"] }
1717
tracing.workspace = true
18-
indexmap = { version = "2.11.0", default-features = false, features = ["serde"] }
18+
indexmap = { version = "2.14.0", default-features = false, features = ["serde"] }
1919
bytes.workspace = true
2020
futures = { version = "0.3.31", default-features = false, features = ["executor"] }
2121
futures-util.workspace = true

0 commit comments

Comments
 (0)