From 15303b122860c928d4de217fb4e1b03c105054c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:28:44 +0000 Subject: [PATCH] chore(deps): bump the library-deps group across 1 directory with 5 updates Updates the requirements on [http](https://github.com/hyperium/http), [reqwest](https://github.com/seanmonstar/reqwest), [zip](https://github.com/zip-rs/zip2), [serial_test](https://github.com/palfrey/serial_test) and [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version. Updates `http` to 1.1.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.9...v1.1.0) Updates `reqwest` to 0.12.4 - [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.11.0...v0.12.4) Updates `zip` to 2.1.2 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v0.6.4...v2.1.2) Updates `serial_test` to 3.1.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.1.1) Updates `cbindgen` to 0.26.0 - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/mozilla/cbindgen/compare/v0.24.0...0.26.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production dependency-group: library-deps - dependency-name: reqwest dependency-type: direct:production dependency-group: library-deps - dependency-name: zip dependency-type: direct:production dependency-group: library-deps - dependency-name: serial_test dependency-type: direct:production dependency-group: library-deps - dependency-name: cbindgen dependency-type: direct:production dependency-group: library-deps ... Signed-off-by: dependabot[bot] --- library/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/Cargo.toml b/library/Cargo.toml index a45b6f0b..a67705d8 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -27,7 +27,7 @@ dyn-clone = "1.0.16" # For decoding the hex-encoded hashes in Patch network responses. hex = "0.4.3" # Used to construct mock responses. -http = "0.2.9" +http = "1.1.0" libc = "0.2.98" # For error!(), info!(), etc macros. `print` will not show up on Android. log = "0.4.14" @@ -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.11", default-features = false, features = [ +reqwest = { version = "0.12", default-features = false, features = [ "blocking", "json", "rustls-tls", @@ -50,7 +50,7 @@ serde_yaml = "0.9.19" # For computing hashes of patch files for validation. sha2 = "0.10.6" # For decompressing .apk files. -zip = { version = "0.6.4", default-features = false, features = ["deflate"] } +zip = { version = "2.1.2", default-features = false, features = ["deflate"] } [target.'cfg(target_os = "android")'.dependencies] # For logging to Android logcat. @@ -69,9 +69,9 @@ mockall = "0.12.1" mockito = "1.2.0" # Gives #[serial] attribute for locking all of our shorebird_init # tests to a single thread so they don't conflict with each other. -serial_test = "2.0.0" +serial_test = "3.1.1" tempdir = "0.3.7" # [build-dependencies] -cbindgen = "0.24.0" +cbindgen = "0.26.0"