Skip to content

Commit

Permalink
chore(deps): bump the library-deps group across 1 directory with 6 up…
Browse files Browse the repository at this point in the history
…dates

Updates the requirements on [http](https://github.com/hyperium/http), [reqwest](https://github.com/seanmonstar/reqwest), [zip](https://github.com/zip-rs/zip2), [android_logger](https://github.com/rust-mobile/android_logger-rs), [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](hyperium/http@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](seanmonstar/reqwest@v0.11.0...v0.12.4)

Updates `zip` to 2.1.3
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v0.6.4...v2.1.3)

Updates `android_logger` to 0.14.0
- [Release notes](https://github.com/rust-mobile/android_logger-rs/releases)
- [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md)
- [Commits](rust-mobile/android_logger-rs@v0.13.0...0.14.0)

Updates `serial_test` to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@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](mozilla/cbindgen@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: android_logger
  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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 349f423 commit e7eddd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -50,11 +50,11 @@ 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.3", default-features = false, features = ["deflate"] }

[target.'cfg(target_os = "android")'.dependencies]
# For logging to Android logcat.
android_logger = "0.13.0"
android_logger = "0.14.0"
# Send panics to log (instead of stderr), thus logcat on Android.
log-panics = { version = "2", features = ["with-backtrace"] }

Expand All @@ -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"

# <https://github.com/eqrion/cbindgen/blob/master/docs.md#buildrs>
[build-dependencies]
cbindgen = "0.24.0"
cbindgen = "0.26.0"

0 comments on commit e7eddd9

Please sign in to comment.