From 4be6c50845b91569b3610fac5c9a17ec0adb9084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:19:41 +0000 Subject: [PATCH] chore(deps): bump the others group across 1 directory with 3 updates Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest), [quick-xml](https://github.com/tafia/quick-xml) and [rand](https://github.com/rust-random/rand) 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 `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 `rand` to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.0...rand_core-0.9.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 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: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: others ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index b64fdbe08ee3..0a79c3fa4bcb 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,8 +49,8 @@ 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 } -rand = "0.8" +quick-xml = { version = "0.39", default-features = false } +rand = "0.10" serde = { version = "1", default-features = false } serde_json = "1" sha2 = "0.10" @@ -313,7 +313,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"] }