From 64806f8c81e67dd563cff65cc6766396e08ed202 Mon Sep 17 00:00:00 2001 From: StefanBossbaly <828855+StefanBossbaly@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:22:25 +0000 Subject: [PATCH] Update dependencies name old req compatible latest new req ==== ======= ========== ====== ======= reqwest 0.12.8 0.12.9 0.12.9 0.12.9 serde_json 1.0.128 1.0.133 1.0.133 1.0.133 serde 1.0.210 1.0.215 1.0.215 1.0.215 thiserror 1.0.64 1.0.69 2.0.3 2.0.3 mockito 1.5.0 1.6.1 1.6.1 1.6.1 tokio 1.40.0 1.41.1 1.41.1 1.41.1 gtfs-structures 0.41.3 0.41.3 0.42.0 0.42.0 --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e73b9d..b606786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,16 +18,16 @@ include = [ [dependencies] chrono = "0.4.38" -reqwest = { version = "0.12.8", features = ["json"] } -serde_json = "1.0.128" -serde = { version = "1.0.210", features = ["derive"] } +reqwest = { version = "0.12.9", features = ["json"] } +serde_json = "1.0.133" +serde = { version = "1.0.215", features = ["derive"] } strum = { version = "0.26", features = ["derive"] } -thiserror = "1.0.64" +thiserror = "2.0.3" [dev-dependencies] -mockito = "1.5.0" -tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } -gtfs-structures = "0.41.3" +mockito = "1.6.1" +tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } +gtfs-structures = "0.42.0" geojson = "0.24.1" once_cell = "1.20.2" serde_path_to_error = "0.1.16"