Skip to content

Commit 4291ba0

Browse files
Run cargo update on the runtime lockfiles and the SDK lockfile (#3870)
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 <[email protected]>
1 parent 1873874 commit 4291ba0

File tree

9 files changed

+276
-310
lines changed

9 files changed

+276
-310
lines changed

.cargo-deny-config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# More documentation for the licenses section can be found here:
55
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
66
[licenses]
7-
default = "deny"
8-
unlicensed = "deny"
9-
copyleft = "deny"
10-
allow-osi-fsf-free = "neither"
117
allow = [
128
# See https://spdx.org/licenses/ for list of possible licenses
139
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
@@ -19,6 +15,7 @@ allow = [
1915
"MPL-2.0",
2016
"Unicode-DFS-2016",
2117
"Unicode-3.0",
18+
"Zlib",
2219
]
2320
confidence-threshold = 1.0
2421
exceptions = [

aws/rust-runtime/Cargo.lock

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

0 commit comments

Comments
 (0)