fix: whoami crash on FreeBSD aarch platform

This commit is contained in:
Fangdun Cai 2020-12-17 12:59:51 +08:00 committed by Ryan Leckey
parent 6f793271c4
commit 169fb298ef
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -104,7 +104,7 @@ url = { version = "2.1.1", default-features = false }
uuid = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
webpki = { version = "0.21.3", optional = true }
webpki-roots = { version = "0.20.0", optional = true }
whoami = "0.9.0"
whoami = "1.0.1"
stringprep = "0.1.2"
bstr = { version = "0.2.14", default-features = false, features = [ "std" ], optional = true }
git2 = { version = "0.13.12", default-features = false, optional = true }