diff options
author | dependabot[bot] | 2023-06-27 13:37:22 +0000 |
---|---|---|
committer | GitHub | 2023-06-27 13:37:22 +0000 |
commit | d8f9b901ddb1d91bf3ade66cf091e93b5cab6e49 (patch) | |
tree | 9d02256f4e91c591b4b2f4dd10b7c279a125be58 /helix-term/Cargo.toml | |
parent | b68b3608a6772fd6740fb7e7ccc623a1a1579b17 (diff) |
build(deps): bump libc from 0.2.146 to 0.2.147 (#7463)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.146 to 0.2.147.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.146...0.2.147)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 55885a9f..0f65799c 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -68,7 +68,7 @@ grep-searcher = "0.1.11" [target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100 signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } -libc = "0.2.146" +libc = "0.2.147" [build-dependencies] helix-loader = { version = "0.6", path = "../helix-loader" } |