Remove unixstring dependency

I don't believe this was ever used
This commit is contained in:
Fabian Boehm 2024-01-07 13:21:33 +01:00
parent 102ab2c90d
commit 1e7e6e6379
2 changed files with 1 additions and 11 deletions

10
Cargo.lock generated
View file

@ -368,7 +368,6 @@ dependencies = [
"rand_pcg",
"rsconf",
"serial_test",
"unixstring",
"widestring",
"widestring-suffix",
]
@ -1092,15 +1091,6 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unixstring"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "366c5c5657cbe7a684b3476acc7b96d4087e953bf750b1eab4dfbffeda32b2f3"
dependencies = [
"libc",
]
[[package]]
name = "version_check"
version = "0.9.4"

View file

@ -56,8 +56,8 @@ num-traits = "0.2.15"
num-derive = "0.3.3"
once_cell = "1.17.0"
rand = { version = "0.8.5", features = ["small_rng"] }
unixstring = "0.2.7"
widestring = "1.0.2"
# for tests
rand_pcg = "0.3.1"
git-version = "0.3"