Skip to content

Commit

Permalink
build(deps): bump pem from 3.0.2 to 3.0.3 (#135)
Browse files Browse the repository at this point in the history
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 80147b1 commit ae7ac6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 harness/rust-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.31"
pem = "3.0.2"
pem = "3.0.3"
serde_json = "1.0.108"
rustls-webpki = { version = "0.101.7", features = ["std"] }
2 changes: 1 addition & 1 deletion harness/rust-webpki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
limbo-harness-support = { path = "../../harness-support/rust" }
chrono = "0.4.31"
pem = "3.0.2"
pem = "3.0.3"
serde_json = "1.0.108"
webpki = { version = "0.22.4", features = ["std"] }

0 comments on commit ae7ac6a

Please sign in to comment.