Skip to content

Commit

Permalink
Merge pull request #86 from constellation-rs/dependabot/cargo/ordered…
Browse files Browse the repository at this point in the history
…-float-2.0

Update ordered-float requirement from 1.0 to 2.0
  • Loading branch information
mergify[bot] authored Jul 13, 2020
2 parents b335684 + 4fc2411 commit a592b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amadeus-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono-tz = { version = "0.5", features = ["serde"] }
fxhash = "0.2"
linked-hash-map = "0.5"
once_cell = "1.0"
ordered-float = "1.0"
ordered-float = "2.0"
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.1", features = ["serde"] }
vec-utils = "0.2"

0 comments on commit a592b63

Please sign in to comment.