Skip to content

Commit 243e56e

Browse files
chore(deps): bump rustls-pemfile from 0.3.0 to 1.0.0
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.3.0 to 1.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37b301d commit 243e56e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-util = "0.3"
3636
# only use this feature in test config
3737
rustls = { version = "0.20", features = ["dangerous_configuration"]}
3838
# update in the future 1.0 is already released
39-
rustls-pemfile = "0.3.0"
39+
rustls-pemfile = "1.0.0"
4040
toml = "0.5"
4141
anyhow = "1.0"
4242
ppp = "1"

0 commit comments

Comments
 (0)