Skip to content

Commit 0990c9d

Browse files
jasonishvictorjulien
authored andcommitted
rust: pin indexmap
Newer indexmap, pulled in by serde_json requires Rust 1.82, so pin pack to 2.11.4 which still works with Rust 1.75.
1 parent 9a7a30f commit 0990c9d

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

rust/Cargo.lock.in

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

rust/suricatasc/Cargo.toml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ serde_json = { version = "1.0.140", default-features = false, features = ["prese
2525

2626
# Pinned back to support Rust 1.75.0. Not used directly by us, but by rustyline.
2727
home = { version = "=0.5.9" }
28+
29+
# Pinned back to support Rust 1.75.0. Not used directly by us, but by serde_json.
30+
indexmap = { version = "=2.11.4" }

0 commit comments

Comments
 (0)