Skip to content

Commit d93ab7f

Browse files
bors[bot]jdroenner
andauthored
Merge #430
430: Update-deps-for-0.16.0 r=lnicola a=jdroenner - [ ] 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@informatik.uni-marburg.de>
2 parents d431893 + 949c561 commit d93ab7f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ array = ["ndarray"]
2020
[dependencies]
2121
thiserror = "1.0"
2222
libc = "0.2"
23-
geo-types = { version = "0.7.8" }
23+
geo-types = { version = "0.7.11" }
2424
gdal-sys = { path = "gdal-sys", version = "^0.9" }
2525
ndarray = { version = "0.15", optional = true }
26-
chrono = { version = "0.4.23", default-features = false }
27-
bitflags = "2.2"
28-
once_cell = "1.9"
26+
chrono = { version = "0.4.26", default-features = false }
27+
bitflags = "2.4"
28+
once_cell = "1.18"
2929

3030
[build-dependencies]
3131
semver = "1.0"
3232

3333
[dev-dependencies]
34-
tempfile = "3.3"
34+
tempfile = "3.8"
3535
# Only used in the example
3636
arrow2 = "0.17"
3737

gdal-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "gdal-sys"
33
description = "Low level GDAL bindings for Rust"
44
license = "MIT"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
repository = "https://github.com/georust/gdal"
77
authors = ["Johannes Drönner <droenner@informatik.uni-marburg.de>"]
88
categories = ["science::geo", "api-bindings"]
9-
edition = "2018"
9+
edition = "2021"
1010
rust-version = "1.58"
1111
links="gdal"
1212

0 commit comments

Comments
 (0)