Skip to content

Commit

Permalink
update gtfs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Nov 12, 2024
1 parent eb11b63 commit 1b6f2ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1b6f2ce

Please sign in to comment.