From b0b277879c95899fca66fed40e6bd53a3c96d60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:28:02 +0000 Subject: [PATCH] chore(deps): bump the others group across 1 directory with 4 updates Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest), [ctor](https://github.com/mmastrac/rust-ctor), [quick-xml](https://github.com/tafia/quick-xml) and [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `reqwest` to 0.12.28 - [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.24...v0.12.28) Updates `ctor` to 0.8.0 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `quick-xml` to 0.39.2 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.38.0...v0.39.2) Updates `sha2` to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: others - dependency-name: ctor dependency-version: 0.8.0 dependency-type: direct:production dependency-group: others - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production dependency-group: others - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: others ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index a8f05cb0f778..11cf4c48224e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,17 +43,17 @@ version = "0.55.0" [workspace.dependencies] base64 = "0.22" bytes = "1.10" -ctor = "0.6" +ctor = "0.8" futures = { version = "0.3", default-features = false } http = "1.1" log = { version = "0.4.29" } logforth = { version = "0.29.1", features = ["starter-log"] } mea = "0.6" -quick-xml = { version = "0.38", default-features = false } +quick-xml = { version = "0.39", default-features = false } rand = "0.8" serde = { version = "1", default-features = false } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tokio = { version = "1.48", default-features = false } url = "2.5" uuid = { version = "1", default-features = false } @@ -315,7 +315,7 @@ libtest-mimic = "0.8" log = { workspace = true } logforth = { workspace = true } rand = { workspace = true } -reqwest = "0.12.24" +reqwest = "0.13.2" sha2 = { workspace = true } size = "0.5" tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }