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

Commit 4fc0a72

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump rustls-pki-types from 1.1.0 to 1.2.0
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]>
1 parent 52f8c83 commit 4fc0a72

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.

crates/config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_with = { version = "3.5.1", features = ["hex", "chrono"] }
3232
serde_json.workspace = true
3333

3434
pem-rfc7468 = "0.7.0"
35-
rustls-pki-types = "1.1.0"
35+
rustls-pki-types = "1.2.0"
3636
rustls-pemfile = "2.0.0"
3737
rand.workspace = true
3838
rand_chacha = "0.3.1"

0 commit comments

Comments
 (0)