other: run cargo sort on Cargo.toml (#1001)

This commit is contained in:
Clement Tsang 2023-01-24 20:27:48 -05:00 committed by GitHub
parent 123e564d6e
commit cdee5b6fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -66,8 +66,8 @@ anyhow = "1.0.57"
backtrace = "0.3.67"
cfg-if = "1.0.0"
clap = { version = "3.1.12", features = ["default", "cargo", "wrap_help"] }
const_format = "0.2.30"
concat-string = "1.0.1"
const_format = "0.2.30"
crossterm = "0.25.0"
ctrlc = { version = "3.2.4", features = ["termination"] }
dirs = "4.0.0"
@ -107,6 +107,11 @@ smol = "1.2.5"
heim = { version = "0.1.0-rc.1", features = ["cpu", "disk", "memory", "net"] }
mach2 = "0.4.1"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["user-hooks"]
[target.'cfg(target_os = "windows")'.dependencies]
heim = { version = "0.1.0-rc.1", features = ["cpu", "disk", "memory"] }
windows = { version = "0.44.0", features = ["Win32_System_Threading", "Win32_Foundation"] }
@ -175,8 +180,3 @@ depends = "libc6:armhf (>= 2.28)"
[package.metadata.wix]
output = "bottom_x86_64_installer.msi"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["user-hooks"]