From b4eaa1ed1f26f2dc0b2f54dce01a7b5a94309135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:03:50 +0000 Subject: [PATCH] deps(cargo): bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [argh](https://github.com/google/argh) and [tokio](https://github.com/tokio-rs/tokio). Updates `argh` from 0.1.15 to 0.1.17 - [Release notes](https://github.com/google/argh/releases) - [Commits](https://github.com/google/argh/commits/v0.1.17) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: argh dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- sectxtbin/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dacf76a..acf45bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,9 +105,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "argh" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32c2462e89541e6687e684d97310015d64a0627b61106fc472156a38f61cd1e" +checksum = "42a66b74feaa2a7eddc2a74d273f151b545742ef375581c5a566607df992565e" dependencies = [ "argh_derive", "argh_shared", @@ -1645,9 +1645,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/sectxtbin/Cargo.toml b/sectxtbin/Cargo.toml index bafec30..4d99ff5 100644 --- a/sectxtbin/Cargo.toml +++ b/sectxtbin/Cargo.toml @@ -12,7 +12,7 @@ license = "ISC" [dependencies] sectxtlib = { path = "../sectxtlib", version = "0.4.0" } anyhow = "1.0.102" -argh = "0.1.15" +argh = "0.1.17" futures = "0.3.32" human-panic = "2.0.6" lazy_static = "1.5.0" @@ -23,5 +23,5 @@ url = "2.5.8" valuable = "0.1.1" [dependencies.tokio] -version = "1.49.0" +version = "1.50.0" features = ["rt-multi-thread", "macros"]