Skip to content

Commit 1387fd4

Browse files
ehusspietroalbini
authored andcommitted
Validate SSH host keys
1 parent 8c460b2 commit 1387fd4

File tree

6 files changed

+479
-5
lines changed

6 files changed

+479
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ name = "cargo"
1616
path = "src/cargo/lib.rs"
1717

1818
[dependencies]
19+
base64 = "0.13.1"
1920
bytesize = "1.0"
2021
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
2122
cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
@@ -27,8 +28,8 @@ pretty_env_logger = { version = "0.4", optional = true }
2728
anyhow = "1.0.47"
2829
filetime = "0.2.9"
2930
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
30-
git2 = "0.15.0"
31-
git2-curl = "0.16.0"
31+
git2 = "0.16.0"
32+
git2-curl = "0.17.0"
3233
glob = "0.3.0"
3334
hex = "0.4"
3435
home = "0.5"
@@ -42,7 +43,7 @@ jobserver = "0.1.24"
4243
lazycell = "1.2.0"
4344
libc = "0.2"
4445
log = "0.4.6"
45-
libgit2-sys = "0.14.0"
46+
libgit2-sys = "0.14.1"
4647
memchr = "2.1.3"
4748
opener = "0.5"
4849
os_info = "3.5.0"

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ filetime = "0.2"
1717
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
1818
pasetors = { version = "0.6.4", features = ["v3", "paserk", "std", "serde"] }
1919
time = { version = "0.3", features = ["parsing", "formatting"]}
20-
git2 = "0.15.0"
20+
git2 = "0.16.0"
2121
glob = "0.3"
2222
itertools = "0.10.0"
2323
lazy_static = "1.0"

0 commit comments

Comments
 (0)