From b39c10596811434e016b90e22ad5aaeb89d913a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:22:18 +0000 Subject: [PATCH] chore(deps): bump the library-deps group across 1 directory with 2 updates Updates the requirements on [comde](https://github.com/bbqsrc/comde) and [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `comde` to 0.3.1 - [Commits](https://github.com/bbqsrc/comde/commits) 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.0...v0.12.28) --- updated-dependencies: - dependency-name: comde dependency-version: 0.3.1 dependency-type: direct:production dependency-group: library-deps - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: library-deps ... Signed-off-by: dependabot[bot] --- library/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Cargo.toml b/library/Cargo.toml index 20f98ff..05d74f7 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -20,7 +20,7 @@ bipatch = "1.0.0" # Used for exposing C API # comde is a wrapper around several compression libraries. # We only use zstd and could depend on it directly instead. -comde = { version = "0.2.3", default-features = false, features = [ +comde = { version = "0.3.1", default-features = false, features = [ "zstandard", ] } dyn-clone = "1.0.16" @@ -37,7 +37,7 @@ once_cell = "1.17.1" # Pipe is a simple in-memory pipe implementation, there might be a std way too? pipe = "0.4.0" # Used for networking. -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13", default-features = false, features = [ "blocking", "json", "rustls-tls",