Skip to content

Commit

Permalink
Bump the minor-patches group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 4 updates in the / directory: [libc](https://github.com/rust-lang/libc), [tempfile](https://github.com/Stebalien/tempfile), [flate2](https://github.com/rust-lang/flate2-rs) and [clap](https://github.com/clap-rs/clap).


Updates `libc` from 0.2.158 to 0.2.159
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.158...0.2.159)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `flate2` from 1.0.33 to 1.0.34
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.33...1.0.34)

Updates `clap` from 4.5.18 to 4.5.20
- [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.18...clap_complete-v4.5.20)

---
updated-dependencies:
- dependency-name: libc
  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: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: clap
  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 Oct 14, 2024
1 parent 325ff8d commit 6de5e1a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -22,7 +22,7 @@ system-lzfse = ["lzfse"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.155"
libc = "0.2.159"
memchr = "2.7"
tracing = "0.1.40"

Expand Down
4 changes: 2 additions & 2 deletions crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ resource-fork = { version = "^0.3.0", path = "../resource-fork" }
applesauce-core = { version = "^0.3.2", path = "../applesauce-core" }

crossbeam-channel = "0.5.13"
libc = "0.2.155"
libc = "0.2.159"
memchr = "2.7"
oneshot = "0.1.8"
tempfile = "3.10.1"
tempfile = "3.13.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.13.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

0 comments on commit 6de5e1a

Please sign in to comment.