Skip to content

Commit 34b12fb

Browse files
deps(cargo): bump the cargo-dependencies group with 2 updates (#40)
Bumps the cargo-dependencies group with 2 updates: [human-panic](https://github.com/rust-cli/human-panic) and [tokio](https://github.com/tokio-rs/tokio). Updates `human-panic` from 2.0.7 to 2.0.8 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](rust-cli/human-panic@v2.0.7...v2.0.8) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: human-panic dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.51.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 7b3f063 commit 34b12fb

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -14,7 +14,7 @@ sectxtlib = { path = "../sectxtlib", version = "0.4.0" }
1414
anyhow = "1.0.102"
1515
argh = "0.1.19"
1616
futures = "0.3.32"
17-
human-panic = "2.0.7"
17+
human-panic = "2.0.8"
1818
lazy_static = "1.5.0"
1919
reqwest = "0.13.1"
2020
tracing = "0.1.44"
@@ -23,5 +23,5 @@ url = "2.5.8"
2323
valuable = "0.1.1"
2424

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

0 commit comments

Comments
 (0)