Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2023
1 parent 2822471 commit ceb4de0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 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 @@ -14,7 +14,7 @@ serde_json = "1.0"
sha2 = { version = "0.10", default-features = false }
simple_logger = { version = "4.2", default-features = false, features = ["timestamps"] }
log = { version = "0.4", features = ["serde", "release_max_level_debug"] }
rustls-pemfile = "1.0"
rustls-pemfile = "2.0"

# optional
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"], optional = true }
Expand Down

0 comments on commit ceb4de0

Please sign in to comment.