build(deps): bump rustls-pemfile from 2.1.1 to 2.1.2

Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-30 18:40:16 +00:00
committed by Quentin Gliech
parent e438caa463
commit 1cd6880c14
3 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@@ -2928,7 +2928,7 @@ dependencies = [
"percent-encoding",
"quoted_printable",
"rustls 0.22.4",
"rustls-pemfile 2.1.1",
"rustls-pemfile 2.1.2",
"socket2 0.5.7",
"tokio",
"tokio-rustls",
@@ -3154,7 +3154,7 @@ dependencies = [
"pem-rfc7468",
"rand",
"rand_chacha",
"rustls-pemfile 2.1.1",
"rustls-pemfile 2.1.2",
"rustls-pki-types",
"schemars",
"serde",
@@ -3446,7 +3446,7 @@ dependencies = [
"hyper 0.14.28",
"libc",
"pin-project-lite",
"rustls-pemfile 2.1.1",
"rustls-pemfile 2.1.2",
"socket2 0.5.7",
"thiserror",
"tokio",
@@ -4939,7 +4939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.1",
"rustls-pemfile 2.1.2",
"rustls-pki-types",
"schannel",
"security-framework",
@@ -4956,11 +4956,11 @@ dependencies = [
[[package]]
name = "rustls-pemfile"
version = "2.1.1"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
"base64 0.21.7",
"base64 0.22.0",
"rustls-pki-types",
]

View File

@@ -32,7 +32,7 @@ serde_json.workspace = true
pem-rfc7468 = "0.7.0"
rustls-pki-types = "1.5.0"
rustls-pemfile = "2.1.1"
rustls-pemfile = "2.1.2"
rand.workspace = true
rand_chacha = "0.3.1"

View File

@@ -29,7 +29,7 @@ tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "2.1.1"
rustls-pemfile = "2.1.2"
tokio = { version = "1.37.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.4"
tracing-subscriber.workspace = true