Skip to content

Commit f4d27de

Browse files
dependabot[bot]stacksjb
authored andcommitted
Bump the rust-dependencies group with 2 updates
Bumps the rust-dependencies group with 2 updates: [inquire](https://github.com/mikaelmello/inquire) and [anyhow](https://github.com/dtolnay/anyhow). Updates `inquire` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](mikaelmello/inquire@v0.9.2...v0.9.3) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) --- updated-dependencies: - dependency-name: inquire dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 891cdb5 commit f4d27de

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,11 +9,11 @@ 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.2"
12+
inquire = "0.9.3"
1313
textwrap = "0.16.2"
1414
rodio = "0.21.1"
1515
tokio = { version = "1.49.0", features = ["full"] }
16-
anyhow = "1.0.100"
16+
anyhow = "1.0.101"
1717
csv = "1.4.0"
1818

1919

0 commit comments

Comments
 (0)