Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Aug 24, 2023
1 parent fa38da1 commit 949c561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ array = ["ndarray"]
[dependencies]
thiserror = "1.0"
libc = "0.2"
geo-types = { version = "0.7.8" }
geo-types = { version = "0.7.11" }
gdal-sys = { path = "gdal-sys", version = "^0.9" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4.23", default-features = false }
bitflags = "2.2"
once_cell = "1.9"
chrono = { version = "0.4.26", default-features = false }
bitflags = "2.4"
once_cell = "1.18"

[build-dependencies]
semver = "1.0"

[dev-dependencies]
tempfile = "3.3"
tempfile = "3.8"
# Only used in the example
arrow2 = "0.17"

Expand Down

0 comments on commit 949c561

Please sign in to comment.