Skip to content

Commit eb944e0

Browse files
committed
apple-codesign: minicbor 0.24 -> 0.25
1 parent 104b90b commit eb944e0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

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

apple-codesign/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Released on ReleaseDate.
99
* MSRV 1.78 -> 1.81.
1010
* `aws-sdk-s3` 1.24 -> 1.59.
1111
* `clap` 4.4 -> 4.5.
12+
* `minicbor` 0.24 -> 0.25.
1213

1314
## 0.28.0
1415

apple-codesign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ goblin = "0.9.2"
4242
hex = "0.4.3"
4343
log = "0.4.22"
4444
md-5 = "0.10.6"
45-
minicbor = { version = "0.24.4", features = ["derive", "std"] }
45+
minicbor = { version = "0.25.1", features = ["derive", "std"] }
4646
num-traits = "0.2.19"
4747
object = { version = "0.36.5", features = ["write"] }
4848
oid-registry = "0.7.1"

0 commit comments

Comments
 (0)