Skip to content

Commit

Permalink
fix(deps): update rust crate ordered-float to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent b76686d commit aedbda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ evalexpr = { git = "https://github.com/FruitieX/evalexpr", branch = "rasmus/type
"serde_support",
"rand",
] }
ordered-float = { version = "=4.6.0", features = ["serde"] }
ordered-float = { version = "=5.0.0", features = ["serde"] }
jsonptr = "=0.7.1"
serde_json_path = "=0.7.2"
serde-this-or-that = "=0.5.0"
Expand Down

0 comments on commit aedbda6

Please sign in to comment.