Skip to content

Commit

Permalink
Bump the minor-patches group with 1 update
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).

- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.150)

---
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 and Dr-Emann committed Nov 6, 2023
1 parent bb6e3fd commit 7255976
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.149"
libc = "0.2.150"
memchr = "2.6"
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.6"
ignore = "0.4.18"
libc = "0.2.149"
libc = "0.2.150"
memchr = "2.6"
oneshot = "0.1.6"
tempfile = "3.8.1"
Expand Down

0 comments on commit 7255976

Please sign in to comment.