Skip to content

Commit d12a48a

Browse files
build(deps): bump the rust-dependencies group across 1 directory with 2 updates (#15300)
Bumps the rust-dependencies group with 2 updates in the / directory: [libc](https://github.com/rust-lang/libc) and [cc](https://github.com/rust-lang/cc-rs). Updates `libc` from 0.2.181 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.181...0.2.182) Updates `cc` from 1.2.55 to 1.2.56 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.55...cc-v1.2.56) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db5a48d commit d12a48a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helix-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ crossterm = { version = "0.28", features = ["event-stream"] }
9797

9898
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
9999
signal-hook-tokio = { version = "0.4", features = ["futures-v0_3"] }
100-
libc = "0.2.181"
100+
libc = "0.2.182"
101101

102102
[build-dependencies]
103103
helix-loader = { path = "../helix-loader" }

0 commit comments

Comments
 (0)