Skip to content

Commit

Permalink
upgrade gtfs structures and amtrak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Feb 3, 2025
1 parent 5c2c928 commit ae5e170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ csv = "1.3"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.43", features = ["full", "tracing"] }
futures = "0.3"
gtfs-structures = "0.42.0"
gtfs-structures = "0.43.0"
geofabrik-handler = {git = "https://github.com/catenarytransit/geofabrik-catenary-handler/"}
tungstenite = "0.26.0"
postgres = "0.19.7"
Expand Down Expand Up @@ -115,7 +115,7 @@ fasthash = "0.4.0"
clap = "4.5.20"
rgb = "0.8.37"
zotgtfs = "0.3.7"
amtrak-gtfs-rt = "0.4.1"
amtrak-gtfs-rt = "0.5.0"
chrono-tz = { version = "0.10.1", features = ["case-insensitive", "serde"] }
ping = "0.5.2"
online = { version = "4.0.2", features = ["tokio-runtime"] }
Expand All @@ -124,7 +124,7 @@ etcd-client = "0.14.1"
ipnet = { version = "2.9.0", features = ["serde"] }
flate2 = "1.0.30"
tar = "0.4.41"
bytes = "1.9.0"
bytes = "1.10.0"
polyline = "0.11.0"
simple-server-timing-header = "0.1.1"
osmpbfreader = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion src/maple_syrup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub struct StopDifference {
pub pickup_type: i16,
//true is exact, false is approximate
pub timepoint: bool,
pub gtfs_stop_sequence: u16,
pub gtfs_stop_sequence: u32,
}

pub struct DirectionPattern {
Expand Down

0 comments on commit ae5e170

Please sign in to comment.