From b32650bea10270bd27135d5a414c691e17fc6079 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:23:23 +0000 Subject: [PATCH] Bump thrussh from 0.34.0 to 0.35.1 Bumps thrussh from 0.34.0 to 0.35.1. --- updated-dependencies: - dependency-name: thrussh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47f5492..24fba9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1930,9 +1930,9 @@ dependencies = [ [[package]] name = "thrussh" -version = "0.34.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb7f634184fe86d7a9fd587d9350137508cba7b77626a7785db2ca695ebc503" +checksum = "addf63d9ce535faca8a869a234de46c6018e9fa4b7e65597ca64e457bb8d128e" dependencies = [ "bitflags 1.3.2", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 09ca10f..46bfc86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1" shlex = "1.1" smol_str = { version = "0.2.1", features = ["serde"] } -thrussh = "0.34" +thrussh = "0.35" thrussh-keys = "0.22" thrussh-libsodium = "=0.2.1" # 0.2.2 causes dynamic linking by enabling use-pkg-config time = { version = "0.3", features = ["serde", "parsing"] } -- libgit2 1.7.2