From 459ef4ea19c5aede2e31d0b170cd3ee7c908c894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:27:56 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.32.0 --- Cargo.lock | 8 ++++---- tailcall-tracker/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c48912cbe7..62f59f80d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5325,9 +5325,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ "core-foundation-sys", "libc", @@ -5593,7 +5593,7 @@ dependencies = [ "serde", "serde_json", "strum", - "sysinfo 0.31.4", + "sysinfo 0.32.0", "tailcall-version", "tokio", "tracing", @@ -6641,7 +6641,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/tailcall-tracker/Cargo.toml b/tailcall-tracker/Cargo.toml index 0fda8c0a11..641c2ab0f3 100644 --- a/tailcall-tracker/Cargo.toml +++ b/tailcall-tracker/Cargo.toml @@ -18,7 +18,7 @@ serde_json = { workspace = true } machineid-rs = "1.2.4" tokio = { workspace = true, features = ["rt", "time"] } tracing = { workspace = true } -sysinfo = "0.31.0" +sysinfo = "0.32.0" tailcall-version = { path = "../tailcall-version" } posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "a006a81419031e4889d9c3882d7458d2efa588a8" } async-trait = "0.1.81"