Skip to content

Commit

Permalink
build(deps): bump rustix from 0.38.41 to 0.38.42 (rosenpass#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
koraa authored Dec 12, 2024
2 parents b15947b + 1c5e4ec commit d435019
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ procspawn = { version = "1.0.1", features = ["test-support"] }
#Broker dependencies (might need cleanup or changes)
wireguard-uapi = { version = "3.0.0", features = ["xplatform"] }
command-fds = "0.2.3"
rustix = { version = "0.38.41", features = ["net", "fs", "process"] }
rustix = { version = "0.38.42", features = ["net", "fs", "process"] }
2 changes: 1 addition & 1 deletion wireguard-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ derive_builder = { workspace = true }
postcard = { workspace = true }
# Problem in CI, unknown reasons: dependency (libc) specified without providing a local path, Git repository, version, or workspace dependency to use
# Maybe something about the combination of features and optional crates?
rustix = { version = "0.38.41", optional = true }
rustix = { version = "0.38.42", optional = true }
libc = { version = "0.2", optional = true }

# Mio broker client
Expand Down

0 comments on commit d435019

Please sign in to comment.