Skip to content

Commit 03d82b6

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

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

Cargo.lock

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cloud-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/bin/crd_writer.rs"
1717
anyhow = "1.0.100"
1818
chrono = { version = "0.4.39", default-features = false }
1919
futures = "0.3.31"
20-
indexmap = { version = "2.10.0", default-features = false, features = ["std"] }
20+
indexmap = { version = "2.12.0", default-features = false, features = ["std"] }
2121
k8s-openapi = { version = "0.26.0", features = ["schemars", "v1_31"] }
2222
kube = { version = "2.0.1", default-features = false, features = ["client", "derive", "openssl-tls", "ws", "runtime"] }
2323
mz-ore = { path = "../ore", default-features = false, features = ["async"] }

src/mysql-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-credential-types = { version = "1.2.9" }
1616
aws-sigv4 = { version = "1.3.6" }
1717
aws-types = "1.3.9"
1818
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
19-
indexmap = { version = "2.10.0", default-features = false, features = ["std"] }
19+
indexmap = { version = "2.12.0", default-features = false, features = ["std"] }
2020
itertools = "0.14.0"
2121
maplit = "1.0.2"
2222
mz-cloud-resources = { path = "../cloud-resources" }

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dec = "0.4.8"
2929
differential-dataflow = "0.18.0"
3030
fail = { version = "0.5.1", features = ["failpoints"] }
3131
futures = "0.3.31"
32-
indexmap = { version = "2.10.0", default-features = false, features = ["std"] }
32+
indexmap = { version = "2.12.0", default-features = false, features = ["std"] }
3333
itertools = { version = "0.14.0" }
3434
maplit = "1.0.2"
3535
mysql_async = { version = "0.36.1", default-features = false, features = ["minimal", "binlog"] }

0 commit comments

Comments
 (0)