Skip to content

Commit

Permalink
Bump libc from 0.2.152 to 0.2.153 (#1064)
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.152 to 0.2.153.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.152...0.2.153)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent e696266 commit 23c47bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.56"
fork = { version = "0.1.22", optional = true }
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.152"
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11", optional = true }
notify = { version = "6.1.1", optional = true }
tokio-serde = { version = "0.8.0", features = ["bincode"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ thiserror = "1.0.56"
fork = { version = "0.1.22", optional = true }
serde_json = "1.0.113"
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.152"
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11", optional = true }
notify = { version = "6.1.1", optional = true }
tokio-serde = { version = "0.8.0", features = ["bincode"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0.196", features = ["derive"] }
serde_derive = "1.0.152"
toml = "0.8.8"
thiserror = "1.0.56"
libc = "0.2.152"
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11" }
tokio-util = { version = "0.7.10", features = ["compat"] }
sha2 = "0.10.8"
Expand Down

0 comments on commit 23c47bf

Please sign in to comment.