diff --git a/Cargo.lock b/Cargo.lock index 7bac4855..aa8cbc62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.5.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30" +checksum = "4fd4b8790c0792e3b11895efdf5f289ebe8b59107a6624f1cce68f24ff8c7035" dependencies = [ "rustix", "windows-targets 0.52.6", diff --git a/Cargo.toml b/Cargo.toml index d1a6f1c8..f0c23c68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ duct = "0.13.6" flate2 = "1.0.35" fs4 = "0.12.0" futures = "0.3.31" -gethostname = "0.5.0" +gethostname = "1.0.0" git-url-parse = "0.4.5" git2 = { version = "0.20.0", features = ["vendored-libgit2"] } glob = "0.3.1"