Skip to content

Commit 0c27e87

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [indicatif](https://github.com/console-rs/indicatif) and [toml](https://github.com/toml-rs/toml). Updates `indicatif` from 0.17.11 to 0.18.0 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.11...0.18.0) Updates `toml` from 0.8.23 to 0.9.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: toml dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99b3036 commit 0c27e87

File tree

2 files changed

+29
-47
lines changed

2 files changed

+29
-47
lines changed

Cargo.lock

Lines changed: 27 additions & 45 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
@@ -24,15 +24,15 @@ path = "src/main.rs"
2424
clap = { version = "4.5", features = ["derive", "cargo", "env"] }
2525
console = "0.16"
2626
glob = "0.3"
27-
indicatif = { version = "0.17", features = ["rayon"] }
27+
indicatif = { version = "0.18", features = ["rayon"] }
2828
miette = { version = "7.6", features = ["fancy"] }
2929
pastey = "0.1"
3030
petgraph = "0.8"
3131
rayon = "1.10"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "1.0"
3434
thiserror = "2.0"
35-
toml = "0.8"
35+
toml = "0.9"
3636
walkdir = "2.5"
3737

3838
[features]

0 commit comments

Comments
 (0)