Skip to content

Commit

Permalink
Bump the minor-patches group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.11` | `0.5.12` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.9.0` | `3.10.1` |
| [walkdir](https://github.com/BurntSushi/walkdir) | `2.4.0` | `2.5.0` |
| [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.3` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` |
| [tracing-chrome](https://github.com/thoren-d/tracing-chrome) | `0.7.1` | `0.7.2` |


Updates `crossbeam-channel` from 0.5.11 to 0.5.12
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.11...crossbeam-channel-0.5.12)

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

Updates `walkdir` from 2.4.0 to 2.5.0
- [Commits](BurntSushi/walkdir@2.4.0...2.5.0)

Updates `clap` from 4.4.18 to 4.5.3
- [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...v4.5.3)

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

Updates `tracing-chrome` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/thoren-d/tracing-chrome/releases)
- [Commits](thoren-d/tracing-chrome@v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: walkdir
  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
- dependency-name: tracing-chrome
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 18ff70b commit c2da047
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 57 deletions.
100 changes: 49 additions & 51 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
6 changes: 3 additions & 3 deletions crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ system-lzfse = ["lzfse"]
resource-fork = { version = "^0.2.0", path = "../resource-fork" }
applesauce-core = { version = "^0.2.0", path = "../applesauce-core" }

crossbeam-channel = "0.5.11"
crossbeam-channel = "0.5.12"
ignore = "0.4.22"
libc = "0.2.153"
memchr = "2.7"
oneshot = "0.1.6"
tempfile = "3.9.0"
tempfile = "3.10.1"
tracing = "0.1.40"
walkdir = "2.4.0"
walkdir = "2.5.0"

flate2 = { version = "1.0", optional = true }

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.1"

0 comments on commit c2da047

Please sign in to comment.