From ebec39e7cebbfc0f7df496be4755880fa2dcb97b Mon Sep 17 00:00:00 2001 From: Kyler Chin Date: Sun, 12 Oct 2025 20:01:22 -0700 Subject: [PATCH 1/2] update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abe520d..64c161d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Read GTFS (public transit timetables) files" name = "gtfs-structures" -version = "0.45.1" +version = "0.46.0" authors = [ "Tristram Gräbener ", "Antoine Desbordes ", @@ -21,10 +21,10 @@ derivative = "2.1" serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" chrono = "0.4.38" -itertools = "0.13" +itertools = "0.14" sha2 = "0.10" -zip = "2.2" -thiserror = "1" +zip = "6.0" +thiserror = "2" rgb = "0.8" futures = { version = "0.3", optional = true } From 25bfceb710e228bb73986eec6be6d3715810f79d Mon Sep 17 00:00:00 2001 From: Kyler Chin Date: Mon, 13 Oct 2025 03:04:11 -0700 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ebe804..1aafbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Read GTFS (public transit timetables) files" name = "gtfs-structures" -version = "0.47.0" +version = "0.46.0" authors = [ "Tristram Gräbener ", "Antoine Desbordes ",