Skip to content

Commit

Permalink
Update git deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 23, 2024
1 parent cf1f35f commit 401180a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions rust/geoarrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ chrono = { version = "0.4" }
dbase = "0.5.0"
enum-as-inner = "0.6.1"
# TODO: update to 4.6 when released
flatgeobuf = { git = "https://github.com/kylebarron/flatgeobuf", rev = "06e987d6d3d73edb95124a14cdaab9ee8e6e57ac", version = "4.5", optional = true, default-features = false }
flatgeobuf = { git = "https://github.com/flatgeobuf/flatgeobuf", rev = "f7563617549f8ab0c111e83ee423996f100ddb0c", version = "4.5", optional = true, default-features = false }
futures = { version = "0.3", optional = true }
gdal = { version = "0.17", optional = true }
geo = "0.29.3"
Expand All @@ -69,8 +69,7 @@ geo-traits = "0.2"
geos = { version = "9.1.1", features = ["v3_10_0"], optional = true }
geozero = { version = "0.14", features = ["with-wkb"] }
half = { version = "2.4.1" }
# TODO: update to 0.9 when released
http-range-client = { git = "https://github.com/pka/http-range-client", rev = "5699e32fafc416ce683bfbf1d179f80b0b6549a3", version = "0.8", optional = true, default-features = false }
http-range-client = { version = "0.9", optional = true, default-features = false }
indexmap = { version = "2" }
lexical-core = { version = "0.8.5" }
num-traits = "0.2.19"
Expand Down

0 comments on commit 401180a

Please sign in to comment.