From 72559765a29102674182fc17b52af198a81ef674 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 10:45:34 +0000
Subject: [PATCH] Bump the minor-patches group with 1 update

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](https://github.com/rust-lang/libc/compare/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] <support@github.com>
---
 Cargo.lock                        | 4 ++--
 crates/applesauce-core/Cargo.toml | 2 +-
 crates/applesauce/Cargo.toml      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a79d0ed..56ccb07 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -454,9 +454,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 
 [[package]]
 name = "libc"
-version = "0.2.149"
+version = "0.2.150"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
 
 [[package]]
 name = "libm"
diff --git a/crates/applesauce-core/Cargo.toml b/crates/applesauce-core/Cargo.toml
index 7a60a13..20adc75 100644
--- a/crates/applesauce-core/Cargo.toml
+++ b/crates/applesauce-core/Cargo.toml
@@ -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"
 
diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml
index d07d4b9..eeab86a 100644
--- a/crates/applesauce/Cargo.toml
+++ b/crates/applesauce/Cargo.toml
@@ -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"