aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 16:16:48 +0000
committerGitHub <noreply@github.com>2024-03-04 16:16:48 +0000
commit5c0455bf9b86871d2b012add6c4dc1c649462bc3 (patch)
treed0f6a86a82947cd6f348e0e7a87d78d726fcdccc /Cargo.lock
parentdocs: update docker compose (#1818) (diff)
downloadatuin-5c0455bf9b86871d2b012add6c4dc1c649462bc3.zip
chore(deps): bump rustls-pemfile from 2.1.0 to 2.1.1 (#1814)
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/2.1.0...v/2.1.1) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a27eab14..4fcb8271 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -322,7 +322,7 @@ dependencies = [
"rand",
"reqwest",
"rustls",
- "rustls-pemfile 2.1.0",
+ "rustls-pemfile 2.1.1",
"semver",
"serde",
"serde_json",
@@ -439,7 +439,7 @@ dependencies = [
"hyper-util",
"pin-project-lite",
"rustls",
- "rustls-pemfile 2.1.0",
+ "rustls-pemfile 2.1.1",
"tokio",
"tokio-rustls",
"tower",
@@ -2907,9 +2907,9 @@ dependencies = [
[[package]]
name = "rustls-pemfile"
-version = "2.1.0"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c333bb734fcdedcea57de1602543590f545f127dc8b533324318fd492c5c70b"
+checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
dependencies = [
"base64 0.21.7",
"rustls-pki-types",