Skip to content

Commit a53c408

Browse files
committed
workspace: package updates
1 parent eb944e0 commit a53c408

File tree

10 files changed

+305
-78
lines changed

10 files changed

+305
-78
lines changed

Cargo.lock

Lines changed: 288 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apfs-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bitflags = "2.6.0"
1515
bytes = { version = "1.8.0", optional = true, default-features = false }
1616
chrono = { version = "0.4.38", default-features = false }
1717
num_enum = { version = "0.7.3", features = ["complex-expressions"] }
18-
thiserror = "1.0.67"
18+
thiserror = "1.0.68"
1919

2020
[dependencies.apfs-derive]
2121
path = "../apfs-derive"

app-store-connect/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/indygreg/apple-platform-rs.git"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
anyhow = "1.0.92"
14+
anyhow = "1.0.93"
1515
base64 = "0.22.1"
1616
clap = { version = "4.5.20", features = ["derive"] }
1717
dirs = "5.0.1"
@@ -24,5 +24,5 @@ reqwest = { version = "0.12.9", default-features = false, features = ["blocking"
2424
rsa = "0.9.6"
2525
serde = { version = "1.0.214", features = ["derive"] }
2626
serde_json = "1.0.132"
27-
thiserror = "1.0.67"
27+
thiserror = "1.0.68"
2828
x509-certificate = "0.24.0"

apple-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ crc32fast = "1.4.2"
2222
hex = "0.4.3"
2323
scroll = { version = "0.12.0", features = ["derive"] }
2424
simple-file-manifest = "0.11.0"
25-
thiserror = "1.0.67"
25+
thiserror = "1.0.68"

apple-bundles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/indygreg/apple-platform-rs.git"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
anyhow = "1.0.92"
15+
anyhow = "1.0.93"
1616
plist = "1.7.0"
1717
simple-file-manifest = "0.11.0"
1818
walkdir = "2.5.0"

apple-codesign/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ name = "rcodesign"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
anyhow = "1.0.92"
20-
aws-config = { version = "1.5.9", optional = true }
21-
aws-sdk-s3 = { version = "1.59.0", optional = true }
19+
anyhow = "1.0.93"
20+
aws-config = { version = "1.5.10", optional = true }
21+
aws-sdk-s3 = { version = "1.60.0", optional = true }
2222
aws-smithy-http = { version = "0.60.11", optional = true }
23-
aws-smithy-types = { version = "1.2.8", optional = true }
23+
aws-smithy-types = { version = "1.2.9", optional = true }
2424
base64 = "0.22.1"
2525
bcder = "0.7.4"
2626
bitflags = "2.6.0"
@@ -72,14 +72,14 @@ spake2 = "0.4.0"
7272
spki = { version = "0.7.3", features = ["pem"] }
7373
subtle = "2.6.1"
7474
tempfile = "3.13.0"
75-
thiserror = "1.0.67"
75+
thiserror = "1.0.68"
7676
tokio = { version = "1.41.0", features = ["rt"] }
7777
tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
7878
uuid = { version = "1.11.0", features = ["v4"] }
7979
walkdir = "2.5.0"
8080
x509 = "0.2.0"
8181
x509-certificate = "0.24.0"
82-
xml-rs = "0.8.22"
82+
xml-rs = "0.8.23"
8383
yasna = "0.5.2"
8484
yubikey = { version = "0.8.0", optional = true, features = ["untested"] }
8585
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }

apple-dmg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/indygreg/apple-platform-rs"
88
license = "Apache-2.0 OR MIT"
99

1010
[dependencies]
11-
anyhow = "1.0.92"
11+
anyhow = "1.0.93"
1212
byteorder = "1.5.0"
1313
crc32fast = "1.4.2"
1414
fatfs = "0.3.6"

apple-flat-package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flate2 = "1.0.34"
1616
scroll = { version = "0.12.0", features = ["derive"] }
1717
serde-xml-rs = "0.6.0"
1818
serde = { version = "1.0.214", features = ["derive"] }
19-
thiserror = "1.0.67"
19+
thiserror = "1.0.68"
2020

2121
[dependencies.apple-xar]
2222
path = "../apple-xar"

apple-xar/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ serde = { version = "1.0.214", features = ["derive"] }
2929
sha1 = "0.10.6"
3030
sha2 = "0.10.8"
3131
signature = { version = "2.2.0", features = ["std"], optional = true }
32-
thiserror = "1.0.67"
33-
url = "2.5.2"
34-
xml-rs = "0.8.22"
32+
thiserror = "1.0.68"
33+
url = "2.5.3"
34+
xml-rs = "0.8.23"
3535
x509-certificate = "0.24.0"
3636
xz2 = { version = "0.1.7", features = ["static"] }
3737

cpio-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ readme = "README.md"
1414
chrono = "0.4.38"
1515
is_executable = "1.0.4"
1616
simple-file-manifest = "0.11.0"
17-
thiserror = "1.0.67"
17+
thiserror = "1.0.68"

0 commit comments

Comments
 (0)