Skip to content

Commit

Permalink
Update Rust crate gethostname to 0.5.0 (#6219)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 3, 2024
1 parent e6fb6df commit 9de09e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 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 @@ -336,7 +336,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
gateway-sp-comms = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "319e7b92db69792ab8efa4c68554ad0cf83adf93" }
gateway-test-utils = { path = "gateway-test-utils" }
gateway-types = { path = "gateway-types" }
gethostname = "0.4.3"
gethostname = "0.5.0"
glob = "0.3.1"
guppy = "0.17.7"
headers = "0.3.9"
Expand Down
20 changes: 10 additions & 10 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,51 +231,51 @@ zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }

[target.x86_64-unknown-linux-gnu.dependencies]
dof = { version = "0.3.0", default-features = false, features = ["des"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std", "system"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
dof = { version = "0.3.0", default-features = false, features = ["des"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std", "system"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.x86_64-apple-darwin.dependencies]
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.aarch64-apple-darwin.dependencies]
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "termios"] }
rustix = { version = "0.38.34", features = ["fs", "system", "termios"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

Expand Down

0 comments on commit 9de09e9

Please sign in to comment.