Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-patches group across 1 directory with 4 updates #89

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the minor-patches group across 1 directory with 4 updates
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.19
- [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.19)

---
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]>
dependabot[bot] authored Oct 7, 2024
commit 2e0edebbdb0988c8c9f7b8303ae82e3f9f266563
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
@@ -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"

4 changes: 2 additions & 2 deletions crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion crates/resource-fork/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"] }