Skip to content

Commit 2d8b471

Browse files
build(deps): bump the rustls group across 1 directory with 2 updates
Bumps the rustls group with 2 updates in the / directory: [rustls](https://github.com/rustls/rustls) and [rustls-pki-types](https://github.com/rustls/pki-types). Updates `rustls` from 0.23.35 to 0.23.36 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.35...v/0.23.36) Updates `rustls-pki-types` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.13.1...v/1.13.2) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rustls - dependency-name: rustls-pki-types dependency-version: 1.13.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rustls ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6bb28f commit 2d8b471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,9 +3513,9 @@ dependencies = [
35133513

35143514
[[package]]
35153515
name = "rustls"
3516-
version = "0.23.35"
3516+
version = "0.23.36"
35173517
source = "registry+https://github.com/rust-lang/crates.io-index"
3518-
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3518+
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
35193519
dependencies = [
35203520
"aws-lc-rs",
35213521
"log",
@@ -3537,9 +3537,9 @@ dependencies = [
35373537

35383538
[[package]]
35393539
name = "rustls-pki-types"
3540-
version = "1.13.1"
3540+
version = "1.13.2"
35413541
source = "registry+https://github.com/rust-lang/crates.io-index"
3542-
checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
3542+
checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
35433543
dependencies = [
35443544
"zeroize",
35453545
]

0 commit comments

Comments
 (0)