diff --git a/Cargo.lock b/Cargo.lock index 9eb4764..ddb24ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,9 +725,9 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "gtfs-rt" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2eb9b34ce86f4f0f6d920356a7e1c766b95d4db07adea993487859a622d42c" +checksum = "a34af11e4d8a664910a4399b7eeb8b9e9e0b7dbf50f0667446c74a33073862d5" dependencies = [ "prost", "prost-build", diff --git a/Cargo.toml b/Cargo.toml index f466d57..0f13769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ csv = "1.3.0" geo = "0.26.0" geo-types = "0.7.11" geojson = "0.24.1" -gtfs-rt = "0.4.0" +gtfs-rt = "0.5.0" gtfs-structures = "0.36.1" polyline = "0.10.1" prost = "0.11.9"