From 633b2e66f5cdc51203b00807530c59ffe57aa3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:32:09 +0000 Subject: [PATCH] chore(deps): Bump ureq from 2.10.1 to 2.12.1 Bumps [ureq](https://github.com/algesten/ureq) from 2.10.1 to 2.12.1. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.10.1...2.12.1) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- hipcheck/Cargo.toml | 2 +- plugins/github/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e7e5a6a..953dfb9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.14" +version = "0.23.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" +checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", @@ -4698,9 +4698,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.10.1" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" +checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" dependencies = [ "base64 0.22.1", "log", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 08690317..57ee0380 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -129,7 +129,7 @@ toml = "0.8.19" tonic = "0.12.3" thiserror = "2.0.6" unicode-normalization = "0.1.24" -ureq = { version = "2.10.1", default-features = false, features = [ +ureq = { version = "2.12.1", default-features = false, features = [ "json", "tls", ] } diff --git a/plugins/github/Cargo.toml b/plugins/github/Cargo.toml index db9e9e64..6136d08d 100644 --- a/plugins/github/Cargo.toml +++ b/plugins/github/Cargo.toml @@ -28,7 +28,7 @@ schemars = { version = "0.8.21", features = ["url"] } serde = "1.0.215" serde_json = "1.0.133" tokio = { version = "1.41.1", features = ["rt"] } -ureq = { version = "2.10.1", default-features = false, features = [ +ureq = { version = "2.12.1", default-features = false, features = [ "json", "tls", ] }