diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8218647c..04223046 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -50,7 +50,7 @@ tokio-util = { features = ["io-util"], version = "0.7" } tokio-stream = { features = ["sync"], version = "0.1.8" } tracing = "0.1" zstd = { version = "0.13.1", features = ["pkg-config"] } -indexmap = { version = "2.2.6", features = ["serde"] } +indexmap = { version = "2.2.2", features = ["serde"] } indoc = { version = "2", optional = true } xshell = { version = "0.2", optional = true }