Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates (#148)
Browse files Browse the repository at this point in the history
* build(deps): bump the cargo group with 3 updates

Bumps the cargo group with 3 updates: [regex](https://github.com/rust-lang/regex), [os_pipe](https://github.com/oconnor663/os_pipe.rs) and [uzers](https://github.com/rustadopt/uzers-rs).


Updates `regex` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.10.6)

Updates `os_pipe` from 1.2.0 to 1.2.1
- [Commits](oconnor663/os_pipe.rs@1.2.0...1.2.1)

Updates `uzers` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/rustadopt/uzers-rs/releases)
- [Changelog](https://github.com/rustadopt/uzers-rs/blob/main/CHANGELOG.md)
- [Commits](rustadopt/uzers-rs@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: os_pipe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: uzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reuben olinsky <[email protected]>
  • Loading branch information
dependabot[bot] and reubeno authored Aug 5, 2024
1 parent f85dfc4 commit a08d2ed
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 39 deletions.
93 changes: 57 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = { version = "1.39.2", features = [

[target.'cfg(any(windows, unix))'.dependencies]
hostname = "0.4.0"
os_pipe = { version = "1.1.5", features = ["io_safety"] }
os_pipe = { version = "1.2.1", features = ["io_safety"] }
tokio = { version = "1.39.2", features = [
"io-util",
"macros",
Expand All @@ -57,7 +57,7 @@ whoami = "1.5.1"
[target.'cfg(unix)'.dependencies]
command-fds = "0.3.0"
nix = { version = "0.29.0", features = ["fs", "process", "signal", "term", "user"] }
uzers = "0.12.0"
uzers = "0.12.1"

[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ glob = "0.3.1"
indent = "0.1.1"
junit-report = "0.8.3"
pathdiff = "0.2.1"
regex = "1.10.5"
regex = "1.10.6"
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.34"
strip-ansi-escapes = "0.2.0"

0 comments on commit a08d2ed

Please sign in to comment.