Skip to content

Commit

Permalink
build: bump rustls from 0.20.8 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.8 to 0.21.0.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](rustls/rustls@v/0.20.8...v/0.21.0)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and etorreborre committed Mar 31, 2023
1 parent 7e94019 commit e899dee
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
30 changes: 26 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ strip-ansi-escapes = "0.1.1"
validator = "0.16"
colorful = "0.2"
regex = "1.7.1"
rustls = "0.20.8"
rustls = "0.21.0"
rustls-native-certs = "0.6.2"
pem-rfc7468 = { version = "0.7.0", features = ["std"]}
termimad = "0.23"
Expand Down
7 changes: 7 additions & 0 deletions tools/cargo-deny/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

[[licenses.clarify]]
name = "rustls-webpki"
expression = "ISC"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

[advisories]
unmaintained = "deny"
vulnerability = "deny"
Expand Down

0 comments on commit e899dee

Please sign in to comment.