summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-16 11:19:36 +0200
committerGitHub <noreply@github.com>2024-10-16 11:19:36 +0200
commit15e444ee3a5b947613478f1d4b3b15e1a58666e8 (patch)
tree4a47b8cd3e26bed087e4fe77293694c5a429fc38
parent9c433b4de3939acae185b09f5d754e778dd8b4a6 (diff)
Bump ssh-key from 0.6.6 to 0.6.7 (#2390)
Bumps [ssh-key](https://github.com/RustCrypto/SSH) from 0.6.6 to 0.6.7. - [Commits](https://github.com/RustCrypto/SSH/compare/ssh-key/v0.6.6...ssh-key/v0.6.7) --- updated-dependencies: - dependency-name: ssh-key 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>
-rw-r--r--Cargo.lock4
-rw-r--r--asyncgit/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c568548f..4f67b4e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2897,9 +2897,9 @@ dependencies = [
[[package]]
name = "ssh-key"
-version = "0.6.6"
+version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc"
+checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3"
dependencies = [
"bcrypt-pbkdf",
"ed25519-dalek",
diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml
index 9a3b5d2b..ce7f2b93 100644
--- a/asyncgit/Cargo.toml
+++ b/asyncgit/Cargo.toml
@@ -32,7 +32,7 @@ rayon = "1.10"
rayon-core = "1.12"
scopetime = { path = "../scopetime", version = "0.1" }
serde = { version = "1.0", features = ["derive"] }
-ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] }
+ssh-key = { version = "0.6.7", features = ["crypto", "encryption"] }
thiserror = "1.0"
unicode-truncate = "1.0"
url = "2.5"