From a9780342b22009f900a9fa8ca19f0d4d1a161753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:39:08 +0000 Subject: [PATCH] chore: Bump reqwest from 0.12.10 to 0.12.12 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.10 to 0.12.12. - [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.10...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libfatigue/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a2ccd..21331ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1842,9 +1842,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.10" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3536321cfc54baa8cf3e273d5e1f63f889067829c4b410fcdbac8ca7b80994" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.0", "bytes", diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 7badec7..88c5081 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -20,7 +20,7 @@ humantime-serde = "1.1.1" liquid = "0.26.9" num_cpus = "1.16.0" petname = "1.1.2" -reqwest = { version = "0.12.10", features = ["json"] } +reqwest = { version = "0.12.12", features = ["json"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" serde_yaml = "0.9.34"