From 2df369d14185d22b9d28ff266e72c81064185664 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 26 Jan 2026 08:55:17 +0000 Subject: [PATCH] add back deps --- backend/Cargo.lock | 23 +++++++++++++++++++++++ backend/Cargo.toml | 5 +++-- backend/windmill-common/Cargo.toml | 2 ++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7c60c9829c..d1a6c5733d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -12295,6 +12295,12 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +[[package]] +name = "size" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b" + [[package]] name = "sketches-ddsketch" version = "0.3.0" @@ -13372,6 +13378,20 @@ dependencies = [ "libc", ] +[[package]] +name = "systemstat" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5021f5184d44b26fb184acd689671bbe1e4bbd24bbdaa6bc7ec383fad32d2033" +dependencies = [ + "bytesize", + "lazy_static", + "libc", + "nom 7.1.3", + "time", + "winapi", +] + [[package]] name = "tagptr" version = "0.2.0" @@ -15398,6 +15418,7 @@ dependencies = [ "sql-builder", "sqlx", "strum 0.27.2", + "systemstat", "tikv-jemalloc-ctl", "tikv-jemalloc-sys", "tikv-jemallocator", @@ -15653,10 +15674,12 @@ dependencies = [ "serde_json", "serde_yml", "sha2 0.10.9", + "size", "sqlx", "strum 0.27.2", "strum_macros 0.27.2", "sysinfo", + "systemstat", "tar", "tempfile", "thiserror 2.0.18", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d45e425f07..15f412acf2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -160,7 +160,7 @@ libloading.workspace = true bitflags.workspace = true globset.workspace = true opentelemetry-proto.workspace = true - +systemstat.workspace = true [target.'cfg(windows)'.dependencies] windows-service = "0.7" @@ -403,7 +403,8 @@ aws-sdk-sso = "=1.77.0" aws-sdk-ssooidc = "=1.78.0" rustls = "=0.23.35" async-once-cell = "0.5.4" - +systemstat = "0.2.4" +size = "0.5.0" aws-smithy-types-convert = { version = "^0", features = ["convert-chrono"] } crc = "^3" diff --git a/backend/windmill-common/Cargo.toml b/backend/windmill-common/Cargo.toml index 22bd945894..8f15435285 100644 --- a/backend/windmill-common/Cargo.toml +++ b/backend/windmill-common/Cargo.toml @@ -97,6 +97,8 @@ url.workspace = true urlencoding.workspace = true async-recursion.workspace = true pep440_rs.workspace = true +systemstat.workspace = true +size.workspace = true semver.workspace = true croner.workspace = true