From f755febc76e62076780d1a64de690894c0dc0523 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Tue, 9 Apr 2024 09:56:30 +0200 Subject: [PATCH] update dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d747b9..a8b5694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,16 +11,16 @@ categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -base64 = "0.21.0" -image = "0.24.5" -itertools = "0.10.5" -reqwest = { version = "0.11.9", features = ["json"] } -serde = { version = "1.0.134", features = ["derive"] } -serde_json = "1.0.79" -thiserror = "1.0.30" +base64 = "0.22.0" +image = "0.25.1" +itertools = "0.12.1" +reqwest = { version = "0.12.3", features = ["json"] } +serde = { version = "1.0.197", features = ["derive"] } +serde_json = "1.0.115" +thiserror = "1.0.58" [dev-dependencies] dotenv = "0.15.0" lazy_static = "1.4.0" -tokio = { version = "1.15.0", features = ["rt", "macros"] } -wiremock = "0.5.10" +tokio = { version = "1.37.0", features = ["rt", "macros"] } +wiremock = "0.6.0"