From 575affc9770d19bb348bde3250fdd69ada483137 Mon Sep 17 00:00:00 2001 From: Stefan Bossbaly Date: Tue, 12 Dec 2023 17:45:36 -0500 Subject: [PATCH] Update dependancies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 463be1e..a2e3be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,14 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.20", features = ["json"] } -serde_json = "1.0.107" -serde = { version = "1.0.188", features = ["derive"] } +reqwest = { version = "0.11.22", features = ["json"] } +serde_json = "1.0.108" +serde = { version = "1.0.193", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } [dev-dependencies] mockito = "1.2.0" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } [[example]] name = "filter_stations"