Skip to content

Commit 46b1257

Browse files
chore(deps): update rustls-pemfile requirement from 0.3 to 1.0
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/0.3.0...v/1.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89c84f5 commit 46b1257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dotenv = "0.15"
4545
futures = "0.3"
4646
proptest = "1"
4747
proptest-derive = "0.3"
48-
rustls-pemfile = "0.3"
48+
rustls-pemfile = "1.0"
4949
rdkafka = { version = "0.28", default-features = false, features = ["libz", "tokio", "zstd"] }
5050
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
5151
tracing-log = "0.1"

0 commit comments

Comments
 (0)