Skip to content

Commit

Permalink
Update geo to 0.26.0 and rstar to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Oct 15, 2023
1 parent 5fef911 commit 626f0c9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 19 deletions.
51 changes: 34 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum-map = { version = "2.4.2", features = ["serde"] }
flate2 = "1.0.25"
fs-err = "2.9.0"
futures-util = "0.3.25"
geo = { version = "0.23.1", features = ["use-serde"] }
geo = { version = "0.26.0", features = ["use-serde"] }
geojson = { version = "0.24.0", features = ["geo-types"] }
indicatif = "0.17.2"
ndarray = "0.15.6"
Expand All @@ -29,7 +29,7 @@ rand = "0.8.4"
rand_distr = "0.4.2"
rayon = "1.6.1"
reqwest = { version = "0.11.13", features = ["stream"] }
rstar = "0.9.3"
rstar = "0.11.0"
serde = { version = "1.0.152", features = ["derive"] }
shapefile = { version = "0.3.0", features = ["geo-types"] }
tar = "0.4.38"
Expand Down

0 comments on commit 626f0c9

Please sign in to comment.