Skip to content

Commit

Permalink
apple-codesign: AWS crate upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Dec 22, 2023
1 parent 70a111d commit 41beb18
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 51 deletions.
104 changes: 57 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions apple-codesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Released on ReleaseDate.
[GitHub Action for code signing and notarization](https://github.com/marketplace/actions/apple-code-signing)
and wrote project documentation for how to use it. (#6)
* Fix to restore working builds with `--no-default-features`.
* aws-config 0.57 -> 1.1.
* aws-sdk-s3 0.36 -> 1.10.
* aws-smithy-http 0.57 -> 0.60.
* aws-smithy-types 0.57 -> 1.1.
* tungstenite 0.20 -> 0.21.
* windows-sys 0.48 -> 0.52.

Expand Down
8 changes: 4 additions & 4 deletions apple-codesign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.76"
aws-config = { version = "0.57.2", optional = true }
aws-sdk-s3 = { version = "0.36.0", optional = true }
aws-smithy-http = {version = "0.57.2", optional = true }
aws-smithy-types = {version = "0.57.2", optional = true }
aws-config = { version = "1.1.1", optional = true }
aws-sdk-s3 = { version = "1.10.0", optional = true }
aws-smithy-http = {version = "0.60.1", optional = true }
aws-smithy-types = {version = "1.1.1", optional = true }
base64 = "0.21.5"
bcder = "0.7.3"
bitflags = "2.4.1"
Expand Down

0 comments on commit 41beb18

Please sign in to comment.