From 47bfc25b4c7a979756b25c74ba91eeeee50ff2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:06:31 +0000 Subject: [PATCH] chore(deps): update geo requirement from 0.27 to 0.28 Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.27.0...geo-0.28.0) --- updated-dependencies: - dependency-name: geo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78ddc9f2c..5c0f89e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ chrono = { version = "0.4", default-features = false, features = ["std", "clock" chrono-tz = { version = "0.8", features = ["serde"] } csv = "1" derivative = "2" -geo = "0.27" +geo = "0.28" iso4217 = "0.3" lazy_static = "1" md5 = "0.7"