Skip to content

Commit

Permalink
Chore(deps): bump the crates-io group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the crates-io group with 2 updates: [webpki-roots](https://github.com/rustls/webpki-roots) and [rustls-pemfile](https://github.com/rustls/pemfile).


Updates `webpki-roots` from 0.26.0-alpha.1 to 0.26.0-alpha.2
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/commits)

Updates `rustls-pemfile` from 2.0.0-alpha.1 to 2.0.0-alpha.2
- [Commits](https://github.com/rustls/pemfile/commits)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 9dce5c5 commit 5699767
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rustls-mbedcrypto-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ webpki = { package = "rustls-webpki", version = "0.102.0-alpha.1", default-featu
"std",
] }
pki-types = { package = "rustls-pki-types", version = "0.2.0" }
webpki-roots = "0.26.0-alpha.1"
rustls-pemfile = "=2.0.0-alpha.1"
webpki-roots = "0.26.0-alpha.2"
rustls-pemfile = "=2.0.0-alpha.2"
env_logger = "0.10"
log = { version = "0.4.20" }

Expand Down
2 changes: 1 addition & 1 deletion rustls-mbedpki-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ mbedtls = { version = "0.12.0-alpha.2", default-features = false, features = [
] }

[dev-dependencies]
rustls-pemfile = "1.0"
rustls-pemfile = "2.0"
rustls = { git = "https://github.com/rustls/rustls", rev = "b776a5778ad333653670c34ff9125d8ae59b6047", version = "0.22.0-alpha.4" }

0 comments on commit 5699767

Please sign in to comment.