Skip to content

Commit 82c8fe4

Browse files
Bump rustls-pki-types from 1.8.0 to 1.10.0 (#1148)
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.8.0...v/1.10.0) --- updated-dependencies: - dependency-name: rustls-pki-types 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 3ef9e41 commit 82c8fe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -112,7 +112,7 @@ reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
112112
tokio-tungstenite = "0.24.0"
113113

114114
[dev-dependencies.rustls-pki-types]
115-
version = "1.8.0"
115+
version = "1.10.0"
116116
# Needed for CertificateDer::into_owned
117117
features = ["alloc"]
118118

0 commit comments

Comments
 (0)