From 4973ae5a58876ec70efa106b02dc020ee5326095 Mon Sep 17 00:00:00 2001 From: Fangdun Cai Date: Thu, 17 Dec 2020 12:59:51 +0800 Subject: [PATCH] fix: whoami crash on FreeBSD aarch platform --- sqlx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index df577d58..73d4d2a3 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -104,6 +104,6 @@ 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" hashlink = "0.6.0"