Skip to content

Commit

Permalink
Bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap) and [tracing-indicatif](https://github.com/emersonford/tracing-indicatif).


Updates `anyhow` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.75...1.0.76)

Updates `clap` from 4.4.8 to 4.4.11
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.8...v4.4.11)

Updates `tracing-indicatif` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/emersonford/tracing-indicatif/releases)
- [Changelog](https://github.com/emersonford/tracing-indicatif/blob/main/CHANGELOG.md)
- [Commits](emersonford/tracing-indicatif@0.3.5...0.3.6)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tracing-indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent d28f3b5 commit b9594bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flac-tracksplit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ path = "src/main.rs"
maintenance = { status = "passively-maintained" }

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
bytesize = { version = "1.3.0", features = ["serde"] }
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
int-conv = "0.1.4"
metaflac = "0.2.5"
more-asserts = "0.3.1"
Expand All @@ -28,7 +28,7 @@ symphonia-bundle-flac = "0.5.3"
symphonia-core = "0.5.3"
symphonia-utils-xiph = "0.5.2"
tracing = "0.1.40"
tracing-indicatif = "0.3.5"
tracing-indicatif = "0.3.6"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[dev-dependencies]
Expand Down

0 comments on commit b9594bb

Please sign in to comment.