diff --git a/Cargo.lock b/Cargo.lock index e7a38ef5..7946b4e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2028,9 +2028,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.36" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.5.0", "errno", diff --git a/Cargo.toml b/Cargo.toml index 37f85e00..141cbb1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,4 +85,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.36", features = ["net", "fs"] } +rustix = { version = "0.38.37", features = ["net", "fs"] } diff --git a/wireguard-broker/Cargo.toml b/wireguard-broker/Cargo.toml index fa7cdc03..089af3a2 100644 --- a/wireguard-broker/Cargo.toml +++ b/wireguard-broker/Cargo.toml @@ -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.36", optional = true } +rustix = { version = "0.38.37", optional = true } libc = { version = "0.2", optional = true } # Mio broker client