From 9b02b272b979c561caf26b069c70cccbaa51aebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:07:55 +0000 Subject: [PATCH] build(deps): bump openssh-keys from 0.6.3 to 0.6.4 Bumps [openssh-keys](https://github.com/coreos/openssh-keys) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/coreos/openssh-keys/releases) - [Changelog](https://github.com/coreos/openssh-keys/blob/main/docs/release-notes.md) - [Commits](https://github.com/coreos/openssh-keys/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: openssh-keys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c39642e4..ad414d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1580,9 +1580,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssh-keys" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9939566c441a6542e87c74310d4ac713c17679c76f296932e732f405bc25e3d" +checksum = "abb830a82898b2ac17c9620ddce839ac3b34b9cb8a1a037cbdbfb9841c756c3e" dependencies = [ "base64 0.21.7", "byteorder",