diff --git a/core-traits/Cargo.toml b/core-traits/Cargo.toml index 960663aa..6829d55a 100644 --- a/core-traits/Cargo.toml +++ b/core-traits/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "~0.4", features = ["serde"] } enum-set = "~0.0.8" lazy_static = "~1.4" indexmap = "~1.7" -ordered-float = { version = "~2.5", features = ["serde"] } +ordered-float = { version = "~2.7", features = ["serde"] } uuid = { version = "~0.8", features = ["v4", "serde"] } serde = { version = "~1.0", features = ["rc"] } serde_derive = "~1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index d4f863e6..2ca164b6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -8,7 +8,7 @@ chrono = { version = "~0.4", features = ["serde"] } enum-set = "~0.0" failure = "~0.1" indexmap = "~1.7" -ordered-float = { version = "~2.5", features = ["serde"] } +ordered-float = { version = "~2.7", features = ["serde"] } uuid = { version = "~0.8", features = ["v4", "serde"] } [dependencies.core_traits] diff --git a/db/Cargo.toml b/db/Cargo.toml index 2b5fcfad..60cb6f15 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -14,7 +14,7 @@ indexmap = "~1.7" itertools = "~0.10" lazy_static = "~1.4" log = "~0.4" -ordered-float = "~2.5" +ordered-float = "~2.7" time = "~0.2" petgraph = "~0.6" serde = { version = "~1.0", optional = true } diff --git a/edn/Cargo.toml b/edn/Cargo.toml index ad502e67..d65dc4cf 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -13,7 +13,7 @@ readme = "./README.md" chrono = "~0.4" itertools = "~0.10" num = "~0.4" -ordered-float = "~2.5" +ordered-float = "~2.7" pretty = "~0.10" uuid = { version = "~0.8", features = ["v4", "serde"] } serde = { version = "~1.0", optional = true } diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 4043cbc5..8e2986fd 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -8,7 +8,7 @@ sqlcipher = ["rusqlite/sqlcipher"] [dependencies] failure = "~0.1" -ordered-float = "~2.5" +ordered-float = "~2.7" [dependencies.rusqlite] version = "~0.25"