From 99c051b868d4a665f587f931e042ebdd0be916b1 Mon Sep 17 00:00:00 2001 From: Stefan Bossbaly Date: Mon, 23 Sep 2024 08:36:58 -0400 Subject: [PATCH] Update dependencies (#20) name old req compatible latest new req ==== ======= ========== ====== ======= anyhow 1.0.88 1.0.89 1.0.89 1.0.89 Co-authored-by: StefanBossbaly <828855+StefanBossbaly@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d0b102..b8f42fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_path_to_error = { version = "0.1.16", optional = true } [dev-dependencies] mockito = "1.5.0" tokio = { version = "1.40.0", features = ["full"] } -anyhow = "1.0.88" +anyhow = "1.0.89" [[example]] name = "filter_stations"