Skip to content

Commit e14e9d9

Browse files
Bump rustls-pki-types from 1.4.0 to 1.4.1
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.4.0...v/1.4.1) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06306fe commit e14e9d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
5656
rustls = { version = "0.23.4", features = ["ring"], optional = true }
5757
rustls-native-certs = { version = "0.7.0", optional = true }
5858
tokio-rustls = { version = "0.26.0", optional = true }
59-
rustls-pki-types = { version = "1.3.0", optional = true }
59+
rustls-pki-types = { version = "1.4.1", optional = true }
6060

6161
base64 = "0.22.0"
6262
rand = "0.8"

0 commit comments

Comments
 (0)