From 07e52c6fbc62fb607180bcf07d70824c270215f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:16:29 +0000 Subject: [PATCH] Update proj requirement from 0.22 to 0.24 Updates the requirements on [proj](https://github.com/georust/proj) to permit the latest version. - [Release notes](https://github.com/georust/proj/releases) - [Changelog](https://github.com/georust/proj/blob/master/CHANGES.md) - [Commits](https://github.com/georust/proj/commits) --- updated-dependencies: - dependency-name: proj dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datatypes/Cargo.toml | 2 +- services/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datatypes/Cargo.toml b/datatypes/Cargo.toml index 4782731e7..d40fc921c 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -26,7 +26,7 @@ ocl = { git = "https://github.com/michaelmattig/ocl", branch = "tentative_master ordered-float = { version= "2.0", features = ["serde"] } paste = "1.0" postgres-types = { version = "0.2", features = ["derive", "with-chrono-0_4", "with-uuid-0_8"], optional = true } -proj = "0.22" +proj = "0.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" snafu = "0.6" diff --git a/services/Cargo.toml b/services/Cargo.toml index cfb682ee4..3ae79cb34 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -46,7 +46,7 @@ mime = "0.3" num-traits = "0.2" paste = "1.0" postgres-types = { version = "0.2", features = ["derive"], optional = true } -proj = "0.22" +proj = "0.24" proj-sys = "0.19" pwhash = "1.0" quick-xml = { version = "0.22", optional = true }