From f3ee3bee86e8559314ec25cd2b7fdb6680b9d348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:20:37 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4993cc5..4e47992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["openfigi", "symbology", "api", "client", "finance"] [dependencies] chrono = { version = "^0.4.20", features = ["serde"] } -reqwest = { version = "^0.12", features = ["json"] } +reqwest = { version = "^0.13", features = ["json"] } reqwest-middleware = { version = "^0.4", features = ["json"] } serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" @@ -28,7 +28,7 @@ tokio = { version = "^1.46", features = ["full"] } [build-dependencies] csv = "^1.3" -reqwest = { version = "^0.12", features = ["blocking", "json"] } +reqwest = { version = "^0.13", features = ["blocking", "json"] } serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0"