Skip to content

Commit

Permalink
Update geo requirement from 0.26 to 0.27 (#183)
Browse files Browse the repository at this point in the history
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.26.0...geo-0.27.0)

---
updated-dependencies:
- dependency-name: geo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gwbres <[email protected]>
  • Loading branch information
dependabot[bot] and gwbres authored Nov 17, 2023
1 parent 9af0caa commit 8acc121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnss-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
thiserror = "1"
lazy_static = "1.4"
hifitime = { version = "3.8.4" }
geo = { version = "0.26", optional = true }
geo = { version = "0.27", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ strum = "0.25"
strum_macros = "0.25"
num-integer = "0.1.44"
itertools = "0.12.0"
geo = { version = "0.26", optional = true }
geo = { version = "0.27", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
flate2 = { version = "1.0.24", optional = true, default-features = false, features = ["zlib"] }
Expand Down

0 comments on commit 8acc121

Please sign in to comment.