Skip to content

Commit

Permalink
Merge #244
Browse files Browse the repository at this point in the history
244: update deps r=lnicola a=jdroenner

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md).
- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Johannes Drönner <droenner@mathematik.uni-marburg.de>
  • Loading branch information
bors[bot] and jdroenner authored Jan 19, 2022
2 parents 04baab2 + f997908 commit 414f924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
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 414f924

Please sign in to comment.