Skip to content

Commit 6a95fb6

Browse files
build(deps): bump rustls from 0.23.20 to 0.23.21 (#3522)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.20 to 0.23.21. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.20...v/0.23.21) --- updated-dependencies: - dependency-name: rustls dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e133da1 commit 6a95fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12611261
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
12621262
dependencies = [
12631263
"cfg-if",
1264-
"windows-targets 0.52.0",
1264+
"windows-targets 0.48.5",
12651265
]
12661266

12671267
[[package]]
@@ -3423,9 +3423,9 @@ dependencies = [
34233423

34243424
[[package]]
34253425
name = "rustls"
3426-
version = "0.23.20"
3426+
version = "0.23.21"
34273427
source = "registry+https://github.com/rust-lang/crates.io-index"
3428-
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
3428+
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
34293429
dependencies = [
34303430
"log",
34313431
"once_cell",

0 commit comments

Comments
 (0)