Skip to content

Commit 8c1d930

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 61dc7d4 commit 8c1d930

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
@@ -134,7 +134,7 @@ dms-coordinates = "1.3.1"
134134
bitflags = { version = "2.3", features = ["serde"] }
135135
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
136136

137-
geo = { version = "0.28", optional = true }
137+
geo = { version = "0.30", optional = true }
138138
flate2 = { version = "1", optional = true }
139139
wkt = { version = "0.10.0", default-features = false, optional = true }
140140

0 commit comments

Comments
 (0)