From 586e8aa0ad6d62ab62ec4dbb46f371ca2cc863c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 02:39:42 +0000 Subject: [PATCH] build(deps): bump the cargo group with 6 updates Bumps the cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.15` | `2.0.16` | | [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.2` | `2.9.3` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.21.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` | | [zip](https://github.com/zip-rs/zip2) | `4.3.0` | `4.5.0` | Updates `thiserror` from 2.0.15 to 2.0.16 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.15...2.0.16) Updates `serde_json` from 1.0.142 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.142...v1.0.143) Updates `bitflags` from 2.9.2 to 2.9.3 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.9.2...2.9.3) Updates `tempfile` from 3.20.0 to 3.21.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `regex` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.11.1...1.11.2) Updates `zip` from 4.3.0 to 4.5.0 - [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/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bitflags dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zip dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 76 +++++++++++++++++++++---------------------- Cargo.toml | 8 ++--- sps-common/Cargo.toml | 6 ++-- sps-core/Cargo.toml | 12 +++---- sps-net/Cargo.toml | 2 +- sps/Cargo.toml | 8 ++--- 6 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0f3a6b..d1e7f84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.2" +version = "2.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29" +checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" dependencies = [ "serde", ] @@ -799,7 +799,7 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "crossterm_winapi", "mio", "parking_lot", @@ -815,7 +815,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "crossterm_winapi", "derive_more 2.0.1", "document-features", @@ -1055,7 +1055,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1c0de542960449c9566001c1879d10ede95f3f2e0013fdae0cc3b153bfabb0d" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "prost", "prost-types", "tonic", @@ -1672,7 +1672,7 @@ version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "libc", "libgit2-sys", "log", @@ -2401,7 +2401,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg-if", "libc", ] @@ -2665,7 +2665,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "libc", "redox_syscall", ] @@ -3018,7 +3018,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "objc2", ] @@ -3117,7 +3117,7 @@ version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg-if", "foreign-types", "libc", @@ -3753,7 +3753,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cassowary", "compact_str", "crossterm 0.28.1", @@ -3780,7 +3780,7 @@ version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -3802,14 +3802,14 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.15", + "thiserror 2.0.16", ] [[package]] name = "regex" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", @@ -3939,7 +3939,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "errno", "libc", "linux-raw-sys 0.4.15", @@ -3952,7 +3952,7 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "errno", "libc", "linux-raw-sys 0.9.4", @@ -4049,7 +4049,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "core-foundation", "core-foundation-sys", "libc", @@ -4117,9 +4117,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "indexmap 2.9.0", "itoa 1.0.15", @@ -4430,7 +4430,7 @@ dependencies = [ "tempfile", "terminal_size", "textwrap", - "thiserror 2.0.15", + "thiserror 2.0.16", "threadpool", "tokio", "tracing", @@ -4444,7 +4444,7 @@ dependencies = [ name = "sps-common" version = "0.1.56" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "directories", "git2", "humantime", @@ -4453,7 +4453,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.15", + "thiserror 2.0.16", "tracing", ] @@ -4463,7 +4463,7 @@ version = "0.1.56" dependencies = [ "anyhow", "async-recursion", - "bitflags 2.9.2", + "bitflags 2.9.3", "bzip2", "chrono", "cmd_lib", @@ -4495,7 +4495,7 @@ dependencies = [ "sps-net", "tar", "tempfile", - "thiserror 2.0.15", + "thiserror 2.0.16", "threadpool", "tokio", "toml 0.9.5", @@ -4684,7 +4684,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "core-foundation", "system-configuration-sys", ] @@ -4963,9 +4963,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.3", @@ -5043,11 +5043,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.15", + "thiserror-impl 2.0.16", ] [[package]] @@ -5063,9 +5063,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -5426,7 +5426,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "bytes", "futures-core", "futures-util", @@ -5444,7 +5444,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cc2d9e086a412a451384326f521c8123a99a466b329941a9403696bff9b0da2" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "bytes", "futures-util", "http 1.3.1", @@ -6447,7 +6447,7 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -6646,9 +6646,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "8835eb39822904d39cb19465de1159e05d371973f0c6df3a365ad50565ddc8b9" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 516ddc4..53ea354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ sps-net = { path = "sps-net" } # Shared dependencies defined once [workspace.dependencies] anyhow = "1.0.99" -thiserror = "2.0.15" +thiserror = "2.0.16" serde = { version = "1.0.219", features = ["derive"] } # Using the highest specified version and common features -serde_json = "1.0.142" # Used across multiple crates +serde_json = "1.0.143" # Used across multiple crates reqwest = { version = "0.12.23", features = ["json", "stream", "blocking"] } # Combined features from core, net, cli, common tokio = { version = "1.47.1", features = ["full"] } # Used across cli, core, net futures = "0.3.31" # Used across cli, core, net @@ -30,13 +30,13 @@ env_logger = "0.11.8" # Used in cli, core num_cpus = "1.17.0" # Used in cli, core object = { version = "0.37.3", features = ["read_core", "write_core", "macho"] } # Used in common, core (combined features) humantime = "2.2.0" # Used in common, core -bitflags = { version = "2.9.2", features = ["serde"] } # Used in common, core (combined features) +bitflags = { version = "2.9.3", features = ["serde"] } # Used in common, core (combined features) url = "2.5.4" # Used in core, net sha2 = "0.10.9" # Used in core, net hex = "0.4.3" # Used in core, net rand = "0.9.2" # Used in core, net infer = "0.19.0" # Used in core, net -tempfile = "3.20.0" +tempfile = "3.21.0" # Workspace-wide release profile diff --git a/sps-common/Cargo.toml b/sps-common/Cargo.toml index dd30e99..1b0c2bc 100644 --- a/sps-common/Cargo.toml +++ b/sps-common/Cargo.toml @@ -9,13 +9,13 @@ license = "BSD-3-Clause" [dependencies] # Inherited from workspace -serde_json = "1.0.142" +serde_json = "1.0.143" directories = "6.0.0" # For user/system directories tracing = "0.1.41" serde = { version = "1.0.219", features = ["derive"] } humantime = "2.2.0" -bitflags = { version = "2.9.2", features = ["serde"] } -thiserror = "2.0.15" +bitflags = { version = "2.9.3", features = ["serde"] } +thiserror = "2.0.16" reqwest = { version = "0.12.23", features = ["json", "stream", "blocking"] } object = { version = "0.37.3", features = ["read_core", "write_core", "macho"] } semver = { version = "1.0.26", features = ["serde"] } diff --git a/sps-core/Cargo.toml b/sps-core/Cargo.toml index f7edcb4..3db34d6 100644 --- a/sps-core/Cargo.toml +++ b/sps-core/Cargo.toml @@ -14,9 +14,9 @@ sps-common = "0.1.56" anyhow = "1.0.99" uuid = { version = "1.18.0", features = ["v4"] } plist = "1.7.4" # For reading Info.plist to get bundle ID -thiserror = "2.0.15" +thiserror = "2.0.16" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.142" +serde_json = "1.0.143" env_logger = "0.11.8" semver = "1.0.26" dirs = "6.0.0" @@ -34,7 +34,7 @@ rand = "0.9.2" infer = "0.19.0" num_cpus = "1.17.0" humantime = "2.2.0" -bitflags = { version = "2.9.2", features = ["serde"] } +bitflags = { version = "2.9.3", features = ["serde"] } tracing = "0.1.41" devtools = "0.3.4" which = "8.0.0" @@ -42,13 +42,13 @@ toml = "0.9.5" fs_extra = "1.3.0" git2 = "0.20.2" cmd_lib = "1.9.6" -tempfile = "3.20.0" -regex = "1.11.1" +tempfile = "3.21.0" +regex = "1.11.2" glob = "0.3.3" flate2 = "1.1.2" bzip2 = "0.6.0" tar = "0.4.44" -zip = "4.3.0" # Back to original zip crate +zip = "4.5.0" # Back to original zip crate chrono = { version = "0.4.41", features = ["serde"] } async-recursion = "1.1.1" crossbeam-channel = "0.5.15" diff --git a/sps-net/Cargo.toml b/sps-net/Cargo.toml index ee58ec0..7ef54dd 100644 --- a/sps-net/Cargo.toml +++ b/sps-net/Cargo.toml @@ -14,7 +14,7 @@ tokio = { version = "1.47.1", features = ["full"] } futures = "0.3.31" reqwest = { version = "0.12.23", features = ["json", "stream", "blocking"] } serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.142" +serde_json = "1.0.143" rand = "0.9.2" url = "2.5.4" sha2 = "0.10.9" diff --git a/sps/Cargo.toml b/sps/Cargo.toml index 0158dc1..cddcc35 100644 --- a/sps/Cargo.toml +++ b/sps/Cargo.toml @@ -21,8 +21,8 @@ sps-core = "0.1.56" # Direct dependencies (previously workspace inherited) serde = { version = "1.0.219", features = ["derive"] } -thiserror = "2.0.15" -serde_json = "1.0.142" +thiserror = "2.0.16" +serde_json = "1.0.143" reqwest = { version = "0.12.23", features = ["json", "stream", "blocking"] } tokio = { version = "1.47.1", features = ["full"] } futures = "0.3.31" @@ -31,8 +31,8 @@ walkdir = "2.5.0" indicatif = "0.17.11" env_logger = "0.11.8" num_cpus = "1.17.0" -regex = "1.11.1" -tempfile = "3.20.0" +regex = "1.11.2" +tempfile = "3.21.0" # CLI specific dependencies clap = { version = "4.5.45", features = ["derive"] }