add back deps

This commit is contained in:
Ruben Fiszel
2026-01-26 08:55:17 +00:00
parent e2fdfb9765
commit 2df369d141
3 changed files with 28 additions and 2 deletions
+23
View File
@@ -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",
+3 -2
View File
@@ -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"
+2
View File
@@ -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