From c82502c0510094d7988863fb00a132a87ff69af4 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 23 Jun 2024 21:01:57 +0700 Subject: [PATCH] deps: Update `indexmap` from `1` to `2` (#158) This is only used when `enhanced-determinism` is enabled. --- crates/parry2d-f64/Cargo.toml | 2 +- crates/parry2d/Cargo.toml | 2 +- crates/parry3d-f64/Cargo.toml | 2 +- crates/parry3d/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/parry2d-f64/Cargo.toml b/crates/parry2d-f64/Cargo.toml index e56aa64c..f3327a19 100644 --- a/crates/parry2d-f64/Cargo.toml +++ b/crates/parry2d-f64/Cargo.toml @@ -53,7 +53,7 @@ approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive"] } rkyv = { version = "0.7.41", optional = true } num-derive = "0.4" -indexmap = { version = "1", features = ["serde-1"], optional = true } +indexmap = { version = "2", features = ["serde"], optional = true } rustc-hash = { version = "1", optional = true } cust_core = { version = "0.1", optional = true } spade = { version = "2", optional = true } # Make this optional? diff --git a/crates/parry2d/Cargo.toml b/crates/parry2d/Cargo.toml index c7d8fa0d..7a825a0c 100644 --- a/crates/parry2d/Cargo.toml +++ b/crates/parry2d/Cargo.toml @@ -53,7 +53,7 @@ approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive"] } rkyv = { version = "0.7.41", optional = true } num-derive = "0.4" -indexmap = { version = "1", features = ["serde-1"], optional = true } +indexmap = { version = "2", features = ["serde"], optional = true } rustc-hash = { version = "1", optional = true } cust_core = { version = "0.1", optional = true } spade = { version = "2", optional = true } diff --git a/crates/parry3d-f64/Cargo.toml b/crates/parry3d-f64/Cargo.toml index ef7005fc..ffae55f7 100644 --- a/crates/parry3d-f64/Cargo.toml +++ b/crates/parry3d-f64/Cargo.toml @@ -53,7 +53,7 @@ approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive", "rc"] } rkyv = { version = "0.7.41", optional = true } num-derive = "0.4" -indexmap = { version = "1", features = ["serde-1"], optional = true } +indexmap = { version = "2", features = [ "serde" ], optional = true } rustc-hash = { version = "1", optional = true } cust_core = { version = "0.1", optional = true } spade = { version = "2", optional = true } # Make this optional? diff --git a/crates/parry3d/Cargo.toml b/crates/parry3d/Cargo.toml index 48da05f1..74f61696 100644 --- a/crates/parry3d/Cargo.toml +++ b/crates/parry3d/Cargo.toml @@ -54,7 +54,7 @@ approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive", "rc"] } rkyv = { version = "0.7.41", optional = true } num-derive = "0.4" -indexmap = { version = "1", features = ["serde-1"], optional = true } +indexmap = { version = "2", features = [ "serde" ], optional = true } rustc-hash = { version = "1", optional = true } cust_core = { version = "0.1", optional = true } spade = { version = "2", optional = true } # Make this optional?