From 1b6f2ce89fe46d04a9f9b182945fe34e29b50807 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:22:56 -0800 Subject: [PATCH] update gtfs versions --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d0a2a3..f45a408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ geofabrik-handler = {git = "https://github.com/catenarytransit/geofabrik-catenar tungstenite = "0.24.0" postgres = "0.19.7" postgis = "0.9.0" -arguments = "0.7.2" +arguments = "0.8.0" tokio-postgres = { version = "0.7.10", features = [ "array-impls", "with-geo-types-0_7", @@ -86,13 +86,13 @@ async-std = {version = "1.5.3"} geo-repair-polygon = "0.1.2" gtfs-translations = "0.1.0" geojson = { version = "0.24.1", features = ["geo-types"] } -rstar = "0.12.0" +rstar = "0.12.2" sqlx = {version = "0.8", features = ["postgres","runtime-tokio", "macros"]} tilejson = "0.4.1" tile-grid = "0.6" -zstd-safe = "7.1.0" +zstd-safe = "7.2.1" hitbox = "0.1.1" -cached = { version = "0.53", features = ["async_tokio_rt_multi_thread", "disk_store"] } +cached = { version = "0.54", features = ["async_tokio_rt_multi_thread", "disk_store"] } geo-booleanop = "0.3.2" geo-clipper = "0.8.0" random-string = "1.1.0" @@ -129,8 +129,8 @@ polyline = "0.11.0" simple-server-timing-header = "0.1.1" osmpbfreader = "0.16.1" mime = "0.3.17" -gtfs-realtime = "0.1.2" -via-rail-gtfsrt = "0.1.1" +gtfs-realtime = "0.1.3" +via-rail-gtfsrt = "0.1.2" wyhash2 = "0.2.1" console-subscriber = "0.4.0" strumbra = "0.5.1"