From 94055cd9abf8d66a6f986e176b28868729f4d479 Mon Sep 17 00:00:00 2001 From: Yasir Shariff Date: Sun, 31 Mar 2024 12:55:40 +0300 Subject: [PATCH] chore: bump up deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 950ee144b..8a8be47ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,14 +35,14 @@ transaction_status = ["dep:openssl"] [dependencies] -cached = { version = "0.48", features = ["wasm", "async", "proc_macro"] } +cached = { version = "0.49", features = ["wasm", "async", "proc_macro"] } chrono = { version = "0.4", optional = true, default-features = false, features = [ "clock", "serde", ] } -derive_builder = "0.13" +derive_builder = "0.20" openssl = { version = "0.10", optional = true } -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } regex = { version = "1.10", default-features = false, features = ["std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -56,4 +56,4 @@ url = { version = "2", features = ["serde"] } [dev-dependencies] dotenvy = "0.15" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } -wiremock = "0.5" +wiremock = "0.6"