Skip to content

Commit

Permalink
Bump fork from 0.1.22 to 0.1.23
Browse files Browse the repository at this point in the history
Bumps [fork](https://github.com/immortal/fork) from 0.1.22 to 0.1.23.
- [Commits](immortal/fork@0.1.22...0.1.23)

---
updated-dependencies:
- dependency-name: fork
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 88561df commit 63d34fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -24,7 +24,7 @@ prost-types = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.56"
fork = { version = "0.1.22", optional = true }
fork = { version = "0.1.23", optional = true }
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11", 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 @@ -70,7 +70,7 @@ walkdir = "2.4.0"
shellwords = "1.1.0"
zip = "0.6.6"
thiserror = "1.0.56"
fork = { version = "0.1.22", optional = true }
fork = { version = "0.1.23", optional = true }
serde_json = "1.0.113"
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.153"
Expand Down

0 comments on commit 63d34fc

Please sign in to comment.