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>
This commit is contained in:
dependabot[bot] 2022-04-15 04:18:32 +00:00 committed by GitHub
parent 53bb47d442
commit 733dfd62fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -1415,7 +1415,7 @@ dependencies = [
"reqwest",
"rstest",
"rustls",
"rustls-pemfile",
"rustls-pemfile 1.0.0",
"select",
"serde",
"sha2",
@ -1987,7 +1987,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"rustls-pemfile 0.3.0",
"serde",
"serde_json",
"serde_urlencoded",
@ -2071,6 +2071,15 @@ dependencies = [
"base64",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
dependencies = [
"base64",
]
[[package]]
name = "rustversion"
version = "1.0.6"

View File

@ -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"