Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the library-deps group across 1 directory with 5 updates #176

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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,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.
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"
Loading