From 10534a4cd3fafb55bfc5ba2cf9856ad45885f960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 07:06:11 +0000 Subject: [PATCH] build(deps): bump clang-sys from 1.8.0 to 1.8.1 Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/KyleMayes/clang-sys/releases) - [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/KyleMayes/clang-sys/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: clang-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49e983808..7214fc5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,9 +1025,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a483f3cbf7cec2e153d424d0e92329d816becc6421389bd494375c6065921b9b" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", diff --git a/Cargo.toml b/Cargo.toml index fd126ed1f..3f738eccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ calamine = { version = "0.25", features = ["dates"] } censor = { version = "0.3", optional = true } chrono = { version = "0.4", default-features = false } chrono-tz = "0.9" -clang-sys = { version = "=1.8.0", optional = true } +clang-sys = { version = "=1.8.1", optional = true } console = { version = "0.15", optional = true } cpc = { version = "1.9", optional = true } crossbeam-channel = "0.5"