Skip to content

Commit

Permalink
Bump rustls-pemfile from 1.0.3 to 2.1.1
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.1.1.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.3...v/2.1.1)

---
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 Apr 1, 2024
1 parent 11c731a commit 00e9f55
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 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 crates/erooster_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ opentelemetry = { version = "0.20.0", features = ["metrics", "rt-tokio"] }
tracing-opentelemetry = { version = "0.20.0", optional = true }
const_format = "0.2.32"
notify = "6.1.1"
rustls-pemfile = "1.0.3"
rustls-pemfile = "2.1.1"
tokio-rustls = { version = "0.24.1", features = ["tls12"] }
trust-dns-resolver = "0.23.2"
webpki-roots = "0.25.2"
Expand Down

0 comments on commit 00e9f55

Please sign in to comment.