Skip to content

Commit c3571a1

Browse files
dependabot[bot]GeekMasher
authored andcommitted
deps: bump the production-dependencies group with 2 updates
Bumps the production-dependencies group with 2 updates: [indicatif](https://github.com/console-rs/indicatif) and [tokio](https://github.com/tokio-rs/tokio). Updates `indicatif` from 0.17.12 to 0.18.0 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.12...0.18.0) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5156d84 commit c3571a1

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

Cargo.lock

Lines changed: 23 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = []
2121
clap = { version = "4.5", features = ["derive", "env"] }
2222
console = "0.16"
2323
dialoguer = { version = "0.11", features = ["fuzzy-select"] }
24-
indicatif = "0.17"
24+
indicatif = "0.18"
2525
thiserror = "2"
2626
anyhow = "1"
2727
# logging

0 commit comments

Comments
 (0)