From 31129d6241db095e1b2b79e42c83696a71d004ff Mon Sep 17 00:00:00 2001 From: StefanBossbaly <828855+StefanBossbaly@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:19:45 +0000 Subject: [PATCH] Update dependencies name old req compatible latest new req ==== ======= ========== ====== ======= reqwest 0.12.7 0.12.8 0.12.8 0.12.8 thiserror 1.0.63 1.0.64 1.0.64 1.0.64 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8f42fe..4f770e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,11 @@ include = [ serde_debugging = ["dep:serde_path_to_error"] [dependencies] -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.12.8", features = ["json"] } serde_json = "1.0.128" serde = { version = "1.0.210", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } -thiserror = "1.0.63" +thiserror = "1.0.64" serde_path_to_error = { version = "0.1.16", optional = true } [dev-dependencies]