Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump rustls-pki-types from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.1.0...v/1.2.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]>
  • Loading branch information
dependabot[bot] authored and sandhose committed Feb 8, 2024
1 parent 52f8c83 commit 4fc0a72
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 crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_with = { version = "3.5.1", features = ["hex", "chrono"] }
serde_json.workspace = true

pem-rfc7468 = "0.7.0"
rustls-pki-types = "1.1.0"
rustls-pki-types = "1.2.0"
rustls-pemfile = "2.0.0"
rand.workspace = true
rand_chacha = "0.3.1"
Expand Down

0 comments on commit 4fc0a72

Please sign in to comment.