Skip to content

Commit

Permalink
Bump the minor-patches group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 2 updates: [libc](https://github.com/rust-lang/libc) and [clap](https://github.com/clap-rs/clap).


Updates `libc` from 0.2.152 to 0.2.153
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.152...0.2.153)

Updates `clap` from 4.4.16 to 4.4.18
- [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.16...v4.4.18)

---
updated-dependencies:
- dependency-name: libc
  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 Feb 5, 2024
1 parent 31f7d7a commit 7994965
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.152"
libc = "0.2.153"
memchr = "2.7"
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ applesauce-core = { version = "^0.2.0", path = "../applesauce-core" }

crossbeam-channel = "0.5.11"
ignore = "0.4.22"
libc = "0.2.152"
libc = "0.2.153"
memchr = "2.7"
oneshot = "0.1.6"
tempfile = "3.9.0"
Expand Down

0 comments on commit 7994965

Please sign in to comment.