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 1/2] 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"] From f997908cbb21d2963d32a8babf2f5e3268545d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Jan 2022 11:35:15 +0100 Subject: [PATCH 2/2] update bors config --- bors.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bors.toml b/bors.toml index fb55bbab..f9a47e11 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,5 @@ status = [ - "ci ubuntu-20.04", - "ci ubuntu-20.04 (--all-features)", + "ci ubuntu-lts", + "ci ubuntu-lts (--all-features)", "clippy" ]