Skip to content

Commit

Permalink
build(deps): bump rustls-pemfile from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/commits/v/1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rjzak committed Jan 11, 2023
1 parent 7c058d9 commit a9ed749
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ openidconnect = { version = "2.4.0", default-features = false }
rand = { version = "0.8.5", default-features = false }
rsa = { version = "0.7.2", default-features = false }
rustls = { version = "0.20.6", default-features = false }
rustls-pemfile = { version = "1.0.0", default-features = false }
rustls-pemfile = { version = "1.0.2", default-features = false }
semver = { version = "1.0.16", default-features = false }
serde = { version = "1.0.152", default-features = false }
serde_json = { version = "1.0.91", default-features = false }
Expand Down

0 comments on commit a9ed749

Please sign in to comment.