Skip to content

Commit

Permalink
build(deps): bump clang-sys from 1.8.0 to 1.8.1
Browse files Browse the repository at this point in the history
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](KyleMayes/clang-sys@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 90539e9 commit 10534a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 10534a4

Please sign in to comment.