From 1ddad2a8774abc475859074c027d665b69cd03ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:21:03 +0000 Subject: [PATCH 1/2] :arrow_up: Update reqwest requirement from 0.12 to 0.13 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 108020f..5405098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.9" -reqwest = { version = "0.12", features = ["json", "blocking"] } +reqwest = { version = "0.13", features = ["json", "blocking"] } thiserror = "2.0" directories = "6.0" capitalize = "0.3" From 066f8d91fc97a7b15edcccece2a92f04195627b8 Mon Sep 17 00:00:00 2001 From: Ilia Agafonov Date: Mon, 5 Jan 2026 12:29:38 +0400 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5405098..413e2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.9" -reqwest = { version = "0.13", features = ["json", "blocking"] } +reqwest = { version = "0.13", features = ["json", "blocking", "query"] } thiserror = "2.0" directories = "6.0" capitalize = "0.3"