From 9340fdd75354d476748c15a80afd6651ff4e7238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:54:00 +0000 Subject: [PATCH] Update proj requirement from 0.22 to 0.25 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/compare/proj-0.22.0...proj-0.22.1) --- 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 6dea40ce7..987041acf 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -29,7 +29,7 @@ ordered-float = { version= "3.0", features = ["serde"] } paste = "1.0" postgres-protocol = { version = "0.6", optional = true } postgres-types = { version = "0.2", features = ["derive", "with-chrono-0_4", "with-uuid-1"], optional = true } -proj = "0.22" +proj = "0.27" rayon = "1.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/services/Cargo.toml b/services/Cargo.toml index 99b5d61f6..b7ffee2c2 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -57,7 +57,7 @@ ordered-float = { version= "3.0", features = ["serde"] } num-traits = "0.2" paste = "1.0" postgres-types = { version = "0.2", features = ["derive"], optional = true } -proj = "0.22" +proj = "0.27" proj-sys = "0.19" pwhash = "1.0" quick-xml = { version = "0.27", optional = true }