Skip to content

Commit

Permalink
Update geozero to 0.13 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed May 17, 2024
1 parent e4eb1ea commit ccd727c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http = ["http-range-client", "bytes", "reqwest"]
[dependencies]
flatbuffers = "23.5.26"
byteorder = "1.5.0"
geozero = { version = "0.12.0", default-features = false }
geozero = { version = "0.13.0", default-features = false }
http-range-client = { version = "0.7.2", optional = true }
bytes = { version = "1.5.0", optional = true }
log = "0.4.20"
Expand All @@ -27,7 +27,7 @@ tempfile = "3.8.1"
reqwest = { version = "0.11.22", optional = true }

[dev-dependencies]
geozero = { version = "0.12.0", default-features = true }
geozero = { version = "0.13.0", default-features = true }
seek_bufread = "1.2.2"
rand = "0.8.5"
hex = "0.4.3"
Expand Down

0 comments on commit ccd727c

Please sign in to comment.