diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-15 04:18:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 04:18:32 +0000 |
commit | 733dfd62fccfd9545d3a011982a06227cc26603e (patch) | |
tree | 6df3363c1dc7dc2be25617d7459c859400e99af0 /Cargo.toml | |
parent | Merge pull request #769 from svenstaro/dependabot/cargo/httparse-1.7.0 (diff) | |
download | miniserve-733dfd62fccfd9545d3a011982a06227cc26603e.tar.gz miniserve-733dfd62fccfd9545d3a011982a06227cc26603e.zip |
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](https://github.com/rustls/pemfile/compare/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] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ httparse = "1" http = "0.2" atty = "0.2" rustls = { version = "0.20", optional = true } -rustls-pemfile = { version = "0.3", optional = true } +rustls-pemfile = { version = "1.0", optional = true } socket2 = "0.4" get_if_addrs = "0.5" |