Skip to content

Commit

Permalink
Update rustls-pemfile requirement from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.0...v/2.0.0)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2024
1 parent 8d39311 commit 59c06e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/water/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ once_cell = "1.13.0"
bitflags = "2.4.0"
bincode = "1.3"
rustls = "0.20.6"
rustls-pemfile = "1.0.0"
rustls-pemfile = "2.0.0"
zeroize = { version = "1.5.4", features = ["alloc"] }
serde_json = "1.0.107"

0 comments on commit 59c06e0

Please sign in to comment.