Skip to content

Commit

Permalink
Upgrade dependencies (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Apr 19, 2024
1 parent dc387ef commit 7e7c14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ geojson = "0.24.1"
indicatif = "0.17.8"
itertools = "0.12.1"
log = "0.4.21"
num = "0.4.1"
num = "0.4.2"
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
xxhash-rust = {version = "0.8.10", features = ["xxh3"] }

[profile.release]
Expand Down

0 comments on commit 7e7c14a

Please sign in to comment.