diff --git a/Cargo.toml b/Cargo.toml index 3b11bd83..82bcc743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ csv = "1.3" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.33", features = ["full"] } futures = "0.3" -gtfs-structures = "0.39" +gtfs-structures = "0.40" tungstenite = "0.21.0" postgres = "0.19.7" postgis = "0.9.0"