Skip to content

Commit

Permalink
chore(deps): bump the minor-patches group across 1 directory with 4 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the minor-patches group with 4 updates in the / directory: [tempfile](https://github.com/Stebalien/tempfile), [clap](https://github.com/clap-rs/clap), [indicatif](https://github.com/console-rs/indicatif) and [rand](https://github.com/rust-random/rand).


Updates `tempfile` from 3.14.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.16.0)

Updates `clap` from 4.5.23 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.27)

Updates `indicatif` from 0.17.9 to 0.17.11
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.9...0.17.11)

Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
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-patch
  dependency-group: minor-patches
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 8a40045 commit daf4fe8
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 27 deletions.
81 changes: 58 additions & 23 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/applesauce-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ applesauce = { version = "^0.6.2", path = "../applesauce", default-features = fa
cfg-if = "1.0.0"
clap = { version = "4.5", features = ["derive"] }
humansize = "2.1"
indicatif = "0.17.8"
indicatif = "0.17.11"
tikv-jemallocator = "0.6"
tracing = "0.1"
tracing-chrome = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ flate2 = { version = "1.0", optional = true }
lzfse-sys = { version = "=2.0.0", optional = true }

[dev-dependencies]
rand = "0.8.5"
rand = "0.9.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crossbeam-channel = "0.5.13"
libc = "0.2.155"
memchr = "2.7"
oneshot = "0.1.8"
tempfile = "3.10.1"
tempfile = "3.16.0"
tracing = "0.1.40"

jwalk = "0.8"
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 @@ -16,5 +16,5 @@ harness = false
libc = "0.2"

[dev-dependencies]
tempfile = "3.10.1"
tempfile = "3.16.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

0 comments on commit daf4fe8

Please sign in to comment.