Skip to content

Commit d8ba365

Browse files
Update Rust crate indexmap to v2.14.1 (#14564)
1 parent 2981a49 commit d8ba365

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -129,7 +129,7 @@ git2 = "=0.21.0"
129129
hex = "=0.4.3"
130130
http = "=1.5.0"
131131
hyper = { version = "=1.11.1", features = ["client", "http1"] }
132-
indexmap = { version = "=2.14.0", features = ["serde"] }
132+
indexmap = { version = "=2.14.1", features = ["serde"] }
133133
indicatif = "=0.18.6"
134134
json-subscriber = "=0.3.0"
135135
lettre = { version = "=0.11.23", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "serde", "tokio1", "tokio1-native-tls"] }

crates/crates_io_api_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
chrono = { version = "=0.4.45", default-features = false, features = ["serde"] }
1414
crates_io_database = { path = "../crates_io_database" }
1515
hex = "=0.4.3"
16-
indexmap = { version = "=2.14.0", features = ["serde"] }
16+
indexmap = { version = "=2.14.1", features = ["serde"] }
1717
semver = { version = "=1.0.28", features = ["serde"] }
1818
sentry-core = "=0.49.2"
1919
serde = { version = "=1.0.229", features = ["derive"] }

0 commit comments

Comments
 (0)