Skip to content

Commit

Permalink
Run cargo update on the runtime lockfiles and the SDK lockfile (#3870)
Browse files Browse the repository at this point in the history
If CI fails, commit the necessary fixes to this PR until all checks
pass. If required, update entries in
[crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/6b42eb5ca00a2dc9c46562452e495a2ec2e43d0f/aws/sdk/build.gradle.kts#L503-L504).

---------

Co-authored-by: Landon James <lnj@amazon.com>
  • Loading branch information
aws-sdk-rust-ci and landonxjames authored Oct 14, 2024
1 parent 1873874 commit a320fc4
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 310 deletions.
5 changes: 1 addition & 4 deletions .cargo-deny-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# More documentation for the licenses section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
default = "deny"
unlicensed = "deny"
copyleft = "deny"
allow-osi-fsf-free = "neither"
allow = [
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
Expand All @@ -19,6 +15,7 @@ allow = [
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 1.0
exceptions = [
Expand Down
114 changes: 48 additions & 66 deletions aws/rust-runtime/Cargo.lock

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

Loading

0 comments on commit a320fc4

Please sign in to comment.