🏡 index : ~doyle/gitlab-cargo-shim.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-01 3:23:23.0 +00:00:00
committer GitHub <noreply@github.com> 2024-03-01 3:23:23.0 +00:00:00
commit
b32650bea10270bd27135d5a414c691e17fc6079 [patch]
tree
e8c4a8ba7a537ac6ad6f89c871f83e579eb29f5b
parent
e0ead53e576758e2f2fc84e70dbf4685e6132a70
download
b32650bea10270bd27135d5a414c691e17fc6079.tar.gz

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] <support@github.com>

Diff

 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"] }