Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Jan 19, 2022
1 parent 9249bf7 commit 53f5207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -22,16 +22,16 @@ geo-types = { version = "0.7" }
gdal-sys = { path = "gdal-sys", version = "^0.5" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4" }
bitflags = "1.2"
once_cell = "1.8"
bitflags = "1.3"
once_cell = "1.9"

[build-dependencies]
gdal-sys = { path = "gdal-sys", version = "^0.5" }
semver = "1.0"

[dev-dependencies]
tempfile = "3.2"
trybuild = "1.0.42"
tempfile = "3.3"
trybuild = "1.0"

[workspace]
members = ["gdal-sys"]
Expand Down

0 comments on commit 53f5207

Please sign in to comment.