Skip to content

Commit

Permalink
build(deps): bump rustls-pemfile from 2.1.3 to 2.2.0 in the crypto group
Browse files Browse the repository at this point in the history
Bumps the crypto group with 1 update: [rustls-pemfile](https://github.com/rustls/pemfile).


Updates `rustls-pemfile` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.3...v/2.2.0)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent a002057 commit dc8439e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 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 crates/ironrdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ironrdp-cliprdr-native.workspace = true
ironrdp-tls.workspace = true
anyhow = "1"
async-trait = "0.1"
rustls-pemfile = "2.1"
rustls-pemfile = "2.2"
bmp = "0.5"
pico-args = "0.5"
x509-cert = { version = "0.2", default-features = false, features = ["std"] }
Expand Down

0 comments on commit dc8439e

Please sign in to comment.