From 34b5b67b3e9617809bef794e5e878bc603ae568a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:48:59 +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.148...0.2.149) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patches ... Signed-off-by: dependabot[bot] --- 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 7a3dc05..4bf875a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,9 +454,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libm" diff --git a/crates/applesauce-core/Cargo.toml b/crates/applesauce-core/Cargo.toml index 2051ac7..8a7012e 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.148" +libc = "0.2.149" memchr = "2.6" tracing = "0.1.36" diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml index e277ff3..7122a9f 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.148" +libc = "0.2.149" memchr = "2.6" oneshot = "0.1.6" tempfile = "3.8.0"