Skip to content

Commit

Permalink
Bump stdio-override from 0.1.3 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [stdio-override](https://github.com/elichai/stdio-override) from 0.1.3 to 0.2.0.
- [Commits](https://github.com/elichai/stdio-override/commits)

---
updated-dependencies:
- dependency-name: stdio-override
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent f7a3318 commit 1ebe920
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 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 @@ -25,7 +25,7 @@ rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.11"
fork = { version = "0.2.0", optional = true }
stdio-override = { version = "0.1.3", optional = true }
stdio-override = { version = "0.2.0", optional = true }
libc = "0.2.169"
crossbeam-channel = { version = "0.5.14", optional = true }
notify = { version = "8.0.0", 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 @@ -72,7 +72,7 @@ zip = "0.6.6"
thiserror = "2.0.11"
fork = { version = "0.2.0", optional = true }
serde_json = "1.0.138"
stdio-override = { version = "0.1.3", optional = true }
stdio-override = { version = "0.2.0", optional = true }
libc = "0.2.169"
crossbeam-channel = { version = "0.5.14", optional = true }
notify = { version = "8.0.0", optional = true }
Expand Down

0 comments on commit 1ebe920

Please sign in to comment.