From 1e586e433546c6b4cc172eade07202f3e57ac5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 5 Aug 2024 07:31:15 -0600 Subject: [PATCH] Update Cargo.toml --- src/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index f55a445b..d9afe184 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -58,7 +58,7 @@ uuid = { version = "1", features = ["v4", "fast-rng" ] } dashmap = "5" toml = "0.8.8" zerocopy = {version = "0.6.1", features = [ "simd" ] } -sysinfo = "0" +sysinfo = "=0.30.13" default-net = "0" reqwest = { version = "0", features = ["json", "blocking"] } pyo3 = "0.20.3"