replace gethostname with hostname

This commit is contained in:
Luna Yao
2026-04-17 18:43:16 +02:00
parent ba7fc1098b
commit 3795800975
4 changed files with 18 additions and 27 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ itertools = "0.14.0"
strum = { version = "0.27.2", features = ["derive"] }
gethostname = "1.1.0"
hostname = "0.4.2"
futures = { version = "0.3", features = ["bilock", "unstable"] }