Skip to content

Commit 7a26b8f

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: [inquire](https://github.com/mikaelmello/inquire) and [tokio](https://github.com/tokio-rs/tokio). Updates `inquire` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](mikaelmello/inquire@v0.9.3...v0.9.4) 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: inquire dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.50.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 b06b5dc commit 7a26b8f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ serde = { version = "1.0.228", features = ["derive"] }
99
serde_json = "1.0.149"
1010
termion = "4.0.6"
1111
prettytable = "0.10.0"
12-
inquire = "0.9.3"
12+
inquire = "0.9.4"
1313
textwrap = "0.16.2"
1414
rodio = "0.22.1"
15-
tokio = { version = "1.49.0", features = ["full"] }
15+
tokio = { version = "1.50.0", features = ["full"] }
1616
anyhow = "1.0.102"
1717
csv = "1.4.0"
1818

0 commit comments

Comments
 (0)