From df8f33b4f218c958f4f9c03bba1feb7909482228 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Sat, 6 Aug 2022 13:12:20 +0800 Subject: [PATCH] Bump os_info to 3.5.0 Signed-off-by: hi-rustin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20baeff65..f62933b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ libgit2-sys = "0.13.2" memchr = "2.1.3" num_cpus = "1.0" opener = "0.5" -os_info = "3.4.0" +os_info = "3.5.0" pathdiff = "0.2" percent-encoding = "2.0" rustfix = "0.6.0"