From 53f5207ca364257c29e84b46e0b9322339a383a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Jan 2022 11:15:21 +0100 Subject: [PATCH] update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5eb671b5..46378c6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]