Skip to content

Commit

Permalink
Bump rustls-pki-types from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 06306fe commit e14e9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
rustls = { version = "0.23.4", features = ["ring"], optional = true }
rustls-native-certs = { version = "0.7.0", optional = true }
tokio-rustls = { version = "0.26.0", optional = true }
rustls-pki-types = { version = "1.3.0", optional = true }
rustls-pki-types = { version = "1.4.1", optional = true }

base64 = "0.22.0"
rand = "0.8"
Expand Down

0 comments on commit e14e9d9

Please sign in to comment.