Cargo.toml: sort dependencies

This commit is contained in:
Johannes Altmanninger 2023-03-26 17:24:35 +02:00
parent eb377d3c65
commit a0eed3760e

View file

@ -14,13 +14,13 @@ cxx = "1.0"
errno = "0.2.8" errno = "0.2.8"
inventory = { version = "0.3.3", optional = true} inventory = { version = "0.3.3", optional = true}
libc = "0.2.137" libc = "0.2.137"
lru = "0.10.0"
nix = { version = "0.25.0", default-features = false, features = [] } nix = { version = "0.25.0", default-features = false, features = [] }
num-traits = "0.2.15" num-traits = "0.2.15"
once_cell = "1.17.0" once_cell = "1.17.0"
rand = { version = "0.8.5", features = ["small_rng"] } rand = { version = "0.8.5", features = ["small_rng"] }
unixstring = "0.2.7" unixstring = "0.2.7"
widestring = "1.0.2" widestring = "1.0.2"
lru = "0.10.0"
[build-dependencies] [build-dependencies]
autocxx-build = "0.23.1" autocxx-build = "0.23.1"