Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Bump rustls-pki-types from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/commits)

---
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 Jan 3, 2024
1 parent 5d41993 commit 7f45062
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 zia-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wsocket = { version = "0.2", default-features = false, features = ["client", "ha
tokio-rustls = { version = "0.25", default-features = false, features = ["ring"] }
url = { version = "2.5", default-features = false, features = ["serde"] }
once_cell = { version = "1.18", default-features = false }
rustls-pki-types = { version = "1.0", default-features = false }
rustls-pki-types = { version = "1.1", default-features = false }
webpki-roots = { version = "0.26", default-features = false }
async-trait = { version = "0.1", default-features = false }
zia-common = { path = '../zia-common', default-features = false }
Expand Down

0 comments on commit 7f45062

Please sign in to comment.