diff --git a/crates/mirror-mirror/Cargo.toml b/crates/mirror-mirror/Cargo.toml index 00a0042..4f2b76f 100644 --- a/crates/mirror-mirror/Cargo.toml +++ b/crates/mirror-mirror/Cargo.toml @@ -23,7 +23,7 @@ macaw = ["dep:macaw"] ahash = { version = "0.8.2", default-features = false } mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.4" } once_cell = { version = "1.16", features = ["alloc", "race", "critical-section"], default-features = false } -ordered-float = { version = "3.4.0", default-features = false } +ordered-float = { version = "4", default-features = false } serde = { version = "1.0.158", default-features = false, features = ["derive", "alloc"], optional = true } speedy = { version = "0.8.5", optional = true } syn = { version = "2.0", features = ["full", "parsing"], optional = true }