Skip to content

Commit 0f3b1a3

Browse files
Bump rustls-pki-types from 1.11.0 to 1.12.0 (#1319)
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.11.0...v/1.12.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15b62e7 commit 0f3b1a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.lock

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

dropshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ version = "0.12.15"
116116
features = [ "json", "rustls-tls" ]
117117

118118
[dev-dependencies.rustls-pki-types]
119-
version = "1.11.0"
119+
version = "1.12.0"
120120
# Needed for CertificateDer::into_owned
121121
features = ["alloc"]
122122

0 commit comments

Comments
 (0)