Skip to content

Commit ba58c9c

Browse files
deps(cargo): bump the cargo-dependencies group with 2 updates (#36)
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](tokio-rs/tokio@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2e0c8b commit ba58c9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sectxtbin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "ISC"
1212
[dependencies]
1313
sectxtlib = { path = "../sectxtlib", version = "0.4.0" }
1414
anyhow = "1.0.102"
15-
argh = "0.1.15"
15+
argh = "0.1.17"
1616
futures = "0.3.32"
1717
human-panic = "2.0.6"
1818
lazy_static = "1.5.0"
@@ -23,5 +23,5 @@ url = "2.5.8"
2323
valuable = "0.1.1"
2424

2525
[dependencies.tokio]
26-
version = "1.49.0"
26+
version = "1.50.0"
2727
features = ["rt-multi-thread", "macros"]

0 commit comments

Comments
 (0)