From 13117ec50640df64ad98c341521091d63eaee038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:26:23 +0000 Subject: [PATCH] build(deps): bump openssh-keys from 0.6.2 to 0.6.3 Bumps [openssh-keys](https://github.com/coreos/openssh-keys) from 0.6.2 to 0.6.3. - [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.2...v0.6.3) --- 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 3a2d5f41..b5970185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1393,9 +1393,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssh-keys" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75a0ec2d1b302412fb503224289325fcc0e44600176864804c7211b055cfd58" +checksum = "e9939566c441a6542e87c74310d4ac713c17679c76f296932e732f405bc25e3d" dependencies = [ "base64 0.21.7", "byteorder",