From 41707dfad513e230b2a5203743cc6799699e257f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:52:24 +0000 Subject: [PATCH] Bump ssh-key from 0.6.1 to 0.6.2 Bumps [ssh-key](https://github.com/RustCrypto/SSH) from 0.6.1 to 0.6.2. - [Commits](https://github.com/RustCrypto/SSH/compare/ssh-key/v0.6.1...ssh-key/v0.6.2) --- updated-dependencies: - dependency-name: ssh-key dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- packages/tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 356495652..1f1fd7911 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4819,9 +4819,9 @@ dependencies = [ [[package]] name = "ssh-key" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "728fdf5286c394f12d83eaad51190af629aade5494813ce6b57f7425f1ca51b7" +checksum = "2180b3bc4955efd5661a97658d3cf4c8107e0d132f619195afe9486c13cca313" dependencies = [ "ed25519-dalek", "p256", diff --git a/packages/tauri/Cargo.toml b/packages/tauri/Cargo.toml index f429830e0..7a532ef0f 100644 --- a/packages/tauri/Cargo.toml +++ b/packages/tauri/Cargo.toml @@ -52,7 +52,7 @@ sha1 = "0.10.6" sha2 = "0.10.8" similar = { version = "2.2.1", features = ["unicode"] } slug = "0.1.4" -ssh-key = { version = "0.6.1", features = [ "alloc", "ed25519" ] } +ssh-key = { version = "0.6.2", features = [ "alloc", "ed25519" ] } tauri = { version = "1.5.2", features = ["dialog-open", "fs-read-file", "path-all", "process-relaunch", "protocol-asset", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] } tauri-plugin-context-menu = { git = "https://github.com/gitbutlerapp/tauri-plugin-context-menu", branch = "main" } tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }