|
|
|
@ -2429,6 +2429,16 @@ dependencies = [
|
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gethostname"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustix",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.1.16"
|
|
|
|
@ -6766,7 +6776,7 @@ dependencies = [
|
|
|
|
|
name = "tauri-plugin-os"
|
|
|
|
|
version = "2.0.0-rc.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gethostname",
|
|
|
|
|
"gethostname 0.5.0",
|
|
|
|
|
"log",
|
|
|
|
|
"os_info",
|
|
|
|
|
"serde",
|
|
|
|
@ -8627,7 +8637,7 @@ version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gethostname",
|
|
|
|
|
"gethostname 0.4.3",
|
|
|
|
|
"rustix",
|
|
|
|
|
"x11rb-protocol",
|
|
|
|
|
]
|
|
|
|
|