From d4dfdf660e7b9c603cfd488fed7ae149bc7458f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:52:43 +0000 Subject: [PATCH] Bump passterm from 2.0.4 to 2.0.5 Bumps [passterm](https://github.com/finfet/passterm) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/finfet/passterm/releases) - [Changelog](https://github.com/finfet/passterm/blob/main/CHANGELOG.md) - [Commits](https://github.com/finfet/passterm/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: passterm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e8a15355..2c20a24e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3144,9 +3144,9 @@ dependencies = [ [[package]] name = "passterm" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e7a4c22a6cce262e8c126b3052e6baf05d4dd5699ef23ed6dadd85c2a1194a" +checksum = "150ca2316c7813c688677784f20bb0a9efab639415ae1961869863ee99a81e51" dependencies = [ "libc", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4e7c15b42..ec2b44617 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ clap_complete = "4.5.26" figlet-rs = "0.1.5" iggy = { path = "../sdk", features = ["iggy-cli"], version = "0.6.60" } keyring = { version = "3.2.0", features = ["sync-secret-service", "vendored"], optional = true } -passterm = "2.0.1" +passterm = "2.0.5" thiserror = "2.0.9" tokio = { version = "1.40.0", features = ["full"] } tracing = "0.1.37" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 8cffb8a3a..c862fc0aa 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -39,7 +39,7 @@ futures-util = "0.3.30" humantime = "2.1.0" keyring = { version = "3.2.0", optional = true, features = ["sync-secret-service", "vendored"] } lazy_static = "1.4.0" -passterm = { version = "2.0.1", optional = true } +passterm = { version = "2.0.5", optional = true } quinn = { version = "0.11.5" } regex = "1.10.4" reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls"] }