Skip to content

Commit 69458df

Browse files
dependabot[bot]stacksjb
authored andcommitted
Bump the rust-dependencies group across 1 directory with 2 updates
Bumps the rust-dependencies group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [tempfile](https://github.com/Stebalien/tempfile). Updates `tokio` from 1.50.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.52.1) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee668a7 commit 69458df

2 files changed

Lines changed: 23 additions & 97 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ prettytable = "0.10.0"
1212
inquire = "0.9.4"
1313
textwrap = "0.16.2"
1414
rodio = "0.22.2"
15-
tokio = { version = "1.50.0", features = ["full"] }
15+
tokio = { version = "1.52.1", features = ["full"] }
1616
anyhow = "1.0.102"
1717
csv = "1.4.0"
1818

1919

2020
[dev-dependencies]
2121
serial_test = "3.4.0"
22-
tempfile = "3.26.0"
22+
tempfile = "3.27.0"

0 commit comments

Comments
 (0)