From 618c1b9c1222b8d125658258b24144ae2909b9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 03:05:29 +0000 Subject: [PATCH] Update gtfs-structures requirement from 0.39 to 0.40 --- updated-dependencies: - dependency-name: gtfs-structures 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 b17549c..d4a22cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ chrono = "0.4" chrono-tz = "0.8" geojson = "0.24" gtfs-rt = "0.4" -gtfs-structures = "0.39" +gtfs-structures = "0.40" openssl = "0.10" prost = "0.11" reqwest = {version = "0.11", features = ["gzip","brotli","rustls-tls","deflate","cookies","mime_guess"]}