Skip to content

Commit

Permalink
chore(deps): bump libc in the minor-patches group
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 1 update: [libc](https://github.com/rust-lang/libc).


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

---
updated-dependencies:
- dependency-name: libc
  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 Dec 23, 2024
1 parent 053bfbf commit 1cf36da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.169"
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 @@ -28,7 +28,7 @@ resource-fork = { version = "^0.3.1", path = "../resource-fork" }
applesauce-core = { version = "^0.3.3", path = "../applesauce-core" }

crossbeam-channel = "0.5.13"
libc = "0.2.155"
libc = "0.2.169"
memchr = "2.7"
oneshot = "0.1.8"
tempfile = "3.10.1"
Expand Down

0 comments on commit 1cf36da

Please sign in to comment.