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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b7e1d1e commit caf99a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 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 devolutions-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ devolutions-log = { path = "../crates/devolutions-log" }
futures = "0.3"
parking_lot = "0.12"
rand = "0.8" # FIXME(@CBenoit): maybe we don’t need this crate
rustls-pemfile = "2.1" # FIXME(@CBenoit): maybe we don’t need this crate
rustls-pemfile = "2.2" # FIXME(@CBenoit): maybe we don’t need this crate
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tap = "1.0"
Expand Down

0 comments on commit caf99a8

Please sign in to comment.