Skip to content

Commit

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


Updates `clap` from 4.4.11 to 4.4.12
- [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.11...v4.4.12)

Updates `memchr` from 2.6.4 to 2.7.1
- [Commits](BurntSushi/memchr@2.6.4...2.7.1)

Updates `crossbeam-channel` from 0.5.9 to 0.5.10
- [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.9...crossbeam-channel-0.5.10)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: memchr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 9307a9e commit a09ab12
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 37 deletions.
119 changes: 87 additions & 32 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ system-lzfse = ["lzfse"]

[dependencies]
libc = "0.2.151"
memchr = "2.6"
memchr = "2.7"
tracing = "0.1.40"

flate2 = { version = "1.0", optional = true }
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,12 +27,12 @@ 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.9"
crossbeam-channel = "0.5.10"
ignore = "0.4.21"
libc = "0.2.151"
memchr = "2.6"
memchr = "2.7"
oneshot = "0.1.6"
tempfile = "3.8.1"
tempfile = "3.9.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.8.1"
tempfile = "3.9.0"

0 comments on commit a09ab12

Please sign in to comment.