Skip to content

Commit 6bf84d0

Browse files
Update geo requirement from 0.28 to 0.30
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](georust/geo@geo-0.28.0...geo-0.30.0) --- updated-dependencies: - dependency-name: geo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91c63dc commit 6bf84d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dms-coordinates = "1.3.1"
132132
bitflags = { version = "2.3", features = ["serde"] }
133133
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
134134

135-
geo = { version = "0.28", optional = true }
135+
geo = { version = "0.30", optional = true }
136136
wkt = { version = "0.10.0", default-features = false, optional = true }
137137
flate2 = { version = "1", optional = true }
138138

0 commit comments

Comments
 (0)