summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-15 02:40:05 +0000
committerextrawurst <776816+extrawurst@users.noreply.github.com>2024-04-15 08:10:11 +0200
commitd6ab75399b6fd766735f8e505715304a777dafe2 (patch)
tree074c129190da225edaf80be4c290d0806937a0b7
parent4fc55a226397a683292d947adb9bb1e69d545770 (diff)
Bump ssh-key from 0.6.5 to 0.6.6
Bumps [ssh-key](https://github.com/RustCrypto/SSH) from 0.6.5 to 0.6.6. - [Commits](https://github.com/RustCrypto/SSH/compare/ssh-key/v0.6.5...ssh-key/v0.6.6) --- updated-dependencies: - dependency-name: ssh-key dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 44b6c975..361f9cb3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2229,9 +2229,9 @@ dependencies = [
[[package]]
name = "ssh-key"
-version = "0.6.5"
+version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b71299a724c8d84956caaf8fc3b3ea57c3587fe2d0b800cd0dc1f3599905d7e"
+checksum = "ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc"
dependencies = [
"bcrypt-pbkdf",
"ed25519-dalek",
diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml
index 94dc9deb..40a83fff 100644
--- a/asyncgit/Cargo.toml
+++ b/asyncgit/Cargo.toml
@@ -28,7 +28,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.4", features = ["crypto", "encryption"] }
+ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] }
thiserror = "1.0"
unicode-truncate = "0.2"
url = "2.5"