diff --git a/geo/CHANGES.md b/geo/CHANGES.md index c4ab7d955c..730de231f0 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -4,6 +4,7 @@ * Implement "Closest Point" from a `Point` on a `Geometry` using spherical geometry. * Bump CI containers to use libproj 9.2.1 +* Bump rstar and robust dependencies ## 0.25.1 diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 1a230402e8..7d1cad5e82 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -25,8 +25,8 @@ geographiclib-rs = { version = "0.2.3", default-features = false } log = "0.4.11" num-traits = "0.2" proj = { version = "0.27.0", optional = true } -robust = "0.2.2" -rstar = "0.10.0" +robust = "1.1.0" +rstar = "0.11.0" serde = { version = "1.0", optional = true, features = ["derive"] } [dev-dependencies]