Skip to content

Commit

Permalink
Bump the minor-patches group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 3 updates: [tempfile](https://github.com/Stebalien/tempfile), [clap](https://github.com/clap-rs/clap) and [indicatif](https://github.com/console-rs/indicatif).


Updates `tempfile` from 3.9.0 to 3.10.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.0)

Updates `clap` from 4.4.18 to 4.5.1
- [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.18...clap_complete-v4.5.1)

Updates `indicatif` from 0.17.7 to 0.17.8
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 18ff70b commit 73b2d70
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 39 deletions.
54 changes: 19 additions & 35 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/applesauce-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ lzvn = ["applesauce/lzvn"]
applesauce = { version = "^0.3.0", path = "../applesauce", default-features = false }

cfg-if = "1.0.0"
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
humansize = "2.1"
indicatif = "0.17.7"
indicatif = "0.17.8"
tikv-jemallocator = "0.5"
tracing = "0.1"
tracing-chrome = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ignore = "0.4.22"
libc = "0.2.153"
memchr = "2.7"
oneshot = "0.1.6"
tempfile = "3.9.0"
tempfile = "3.10.0"
tracing = "0.1.40"
walkdir = "2.4.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/resource-fork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository = "https://github.com/Dr-Emann/applesauce"
libc = "0.2"

[dev-dependencies]
tempfile = "3.9.0"
tempfile = "3.10.0"

0 comments on commit 73b2d70

Please sign in to comment.