From 949c561c08f378fe75777aa0fc90292bbec081be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Thu, 24 Aug 2023 15:39:00 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5034a62c9..69c107149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"