From ff4a7dbd6dd568a6857a68e2ac84d3f3a4e23168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:56:50 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- lib/Cargo.toml | 6 +++--- stub_server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 20f2fee..4cda2a1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,19 +12,19 @@ cbc = { version = "0.1.2", features = ["block-padding", "alloc"] } data-encoding = "2.5.0" hex = "0.4.3" hmac = "0.12.1" -itertools = "0.12.1" +itertools = "0.13.0" json = "0.12.4" lazy_static = "1.4.0" md5 = "0.7.0" pbkdf2 = { version = "0.12.2", default-features = false } rand = "0.8.5" -reqwest = { version = "0.11.24", default-features = false, features = ["json", "gzip", "rustls-tls"] } +reqwest = { version = "0.12.0", default-features = false, features = ["json", "gzip", "rustls-tls"] } rsa = "0.9.6" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" sha-1 = "0.10.1" sha2 = "0.10.8" -slauth = { version = "0.5.0", default-features = false } +slauth = { version = "0.7.0", default-features = false } thiserror = "1.0.57" tracing = "0.1.40" url = { version = "2.5.0", features = ["serde"] } diff --git a/stub_server/Cargo.toml b/stub_server/Cargo.toml index 6399a9f..abf6f8a 100644 --- a/stub_server/Cargo.toml +++ b/stub_server/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" color-eyre = { version = "0.6.2", git = "https://github.com/jaysonsantos/color-eyre" } lazy_static = "1.4.0" rand = "0.8.5" -reqwest = { version = "0.11.24", default-features = false } +reqwest = { version = "0.12.0", default-features = false } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" tokio = { version = "1.36.0", features = ["full"] }