From b5f442a0ef81a2f629056b926bd9a23bbe529f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:22:41 +0000 Subject: [PATCH] deps(deps): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [proptest](https://github.com/proptest-rs/proptest), [tokio-test](https://github.com/tokio-rs/tokio) and [tempfile](https://github.com/Stebalien/tempfile). Updates `proptest` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.9.0...v1.10.0) Updates `tokio-test` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.4...tokio-test-0.4.5) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 +++++++++++++++++++-------------------- Cargo.toml | 2 +- orbit/compute/Cargo.toml | 4 +-- orbit/engine/Cargo.toml | 2 +- orbit/ml/Cargo.toml | 2 +- orbit/operator/Cargo.toml | 2 +- orbit/server/Cargo.toml | 2 +- orbit/shared/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 9 files changed, 35 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44f4ecc2e..264715667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7" dependencies = [ "cap-primitives", "cap-std", - "rustix 1.1.2", + "rustix 1.1.3", "smallvec", ] @@ -1501,7 +1501,7 @@ dependencies = [ "io-lifetimes", "ipnet", "maybe-owned", - "rustix 1.1.2", + "rustix 1.1.3", "rustix-linux-procfs", "windows-sys 0.59.0", "winx", @@ -1526,7 +1526,7 @@ dependencies = [ "cap-primitives", "io-extras", "io-lifetimes", - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -1539,7 +1539,7 @@ dependencies = [ "cap-primitives", "iana-time-zone", "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", "winx", ] @@ -2245,7 +2245,7 @@ dependencies = [ "crossterm_winapi", "document-features", "parking_lot", - "rustix 1.1.2", + "rustix 1.1.3", "winapi", ] @@ -3158,7 +3158,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.59.0", ] @@ -3361,7 +3361,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a" dependencies = [ "io-lifetimes", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.59.0", ] @@ -3819,7 +3819,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.3", "windows-link 0.2.1", ] @@ -5708,7 +5708,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -7876,9 +7876,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" +checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" dependencies = [ "bit-set", "bit-vec", @@ -9043,9 +9043,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags 2.10.0", "errno", @@ -9061,7 +9061,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056" dependencies = [ "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -10613,14 +10613,14 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -10639,7 +10639,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.60.2", ] @@ -10920,12 +10920,10 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" +checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545" dependencies = [ - "async-stream", - "bytes", "futures-core", "tokio", "tokio-stream", @@ -12046,7 +12044,7 @@ dependencies = [ "postcard", "pulley-interpreter", "rayon", - "rustix 1.1.2", + "rustix 1.1.3", "semver 1.0.27", "serde", "serde_derive", @@ -12112,7 +12110,7 @@ dependencies = [ "directories-next", "log", "postcard", - "rustix 1.1.2", + "rustix 1.1.3", "serde", "serde_derive", "sha2", @@ -12180,7 +12178,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "rustix 1.1.2", + "rustix 1.1.3", "wasmtime-internal-versioned-export-macros", "windows-sys 0.60.2", ] @@ -12193,7 +12191,7 @@ checksum = "3af620a4ac1623298c90d3736644e12d66974951d1e38d0464798de85c984e17" dependencies = [ "cc", "object", - "rustix 1.1.2", + "rustix 1.1.3", "wasmtime-internal-versioned-export-macros", ] @@ -12298,7 +12296,7 @@ dependencies = [ "futures", "io-extras", "io-lifetimes", - "rustix 1.1.2", + "rustix 1.1.3", "system-interface", "thiserror 2.0.17", "tokio", @@ -13178,7 +13176,7 @@ dependencies = [ "as-raw-xcb-connection", "gethostname", "libc", - "rustix 1.1.2", + "rustix 1.1.3", "x11rb-protocol", ] diff --git a/Cargo.toml b/Cargo.toml index 06b504e9a..4956efda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ exponential-backoff = "2.0" # Replaces unmaintained backoff # Testing mockall = "0.13" cucumber = "0.21" -proptest = "1.4" +proptest = "1.10" tokio-test = "0.4" rand = "0.9" diff --git a/orbit/compute/Cargo.toml b/orbit/compute/Cargo.toml index 209d6d1c5..9e51cbaa4 100644 --- a/orbit/compute/Cargo.toml +++ b/orbit/compute/Cargo.toml @@ -150,8 +150,8 @@ sysinfo = "0.37" [dev-dependencies] criterion = { version = "0.7", features = ["html_reports", "async_tokio"] } -proptest = "1.0" -tempfile = "3.0" +proptest = "1.10" +tempfile = "3.24" env_logger = "0.11" tokio = { version = "1.0", features = ["full"] } diff --git a/orbit/engine/Cargo.toml b/orbit/engine/Cargo.toml index bea86447e..687b4908e 100644 --- a/orbit/engine/Cargo.toml +++ b/orbit/engine/Cargo.toml @@ -75,7 +75,7 @@ tonic-prost-build = "0.14" [dev-dependencies] tokio-test = "0.4" criterion = "0.7" -tempfile = "3.8" +tempfile = "3.24" [features] default = ["tiered-storage", "transactions", "clustering", "storage-rocksdb"] diff --git a/orbit/ml/Cargo.toml b/orbit/ml/Cargo.toml index 1ba173f2f..f765af30e 100644 --- a/orbit/ml/Cargo.toml +++ b/orbit/ml/Cargo.toml @@ -108,7 +108,7 @@ tokio-test.workspace = true proptest.workspace = true cucumber.workspace = true criterion = "0.7" -tempfile = "3.0" +tempfile = "3.24" approx = "0.5" [build-dependencies] diff --git a/orbit/operator/Cargo.toml b/orbit/operator/Cargo.toml index 786447ddb..a4d8cfbb3 100644 --- a/orbit/operator/Cargo.toml +++ b/orbit/operator/Cargo.toml @@ -49,7 +49,7 @@ metrics = { workspace = true } hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp", "runtime"] } [dev-dependencies] -tempfile = "3.0" +tempfile = "3.24" kube = { version = "0.99", features = ["runtime", "derive", "client", "rustls-tls"] } [[bin]] diff --git a/orbit/server/Cargo.toml b/orbit/server/Cargo.toml index 0cfac4e88..b3196ada6 100644 --- a/orbit/server/Cargo.toml +++ b/orbit/server/Cargo.toml @@ -300,7 +300,7 @@ wasm-all = ["wasm-postgres", "wasm-mysql", "wasm-redis", "wasm-wasi"] # All WAS [dev-dependencies] mockall.workspace = true tokio-test = "0.4" -tempfile = "3.10" +tempfile = "3.24" redis = "0.32" criterion = { version = "0.5", features = ["html_reports"] } diff --git a/orbit/shared/Cargo.toml b/orbit/shared/Cargo.toml index 9631cf0fe..ab59b3e7c 100644 --- a/orbit/shared/Cargo.toml +++ b/orbit/shared/Cargo.toml @@ -25,7 +25,7 @@ uuid.workspace = true sqlx = { git = "https://github.com/TuringWorks/sqlx-no-rsa.git", default-features = false, features = ["runtime-tokio", "tls-rustls", "sqlite", "chrono", "uuid"] } tokio-util = "0.7" md5 = "0.8" -tempfile = "3.0" +tempfile = "3.24" tonic = "0.14" tonic-prost = "0.14" prost = "0.14" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 4828c969f..5e07e1562 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" anyhow = "1.0" uuid = { version = "1.19", features = ["v4"] } cucumber = "0.21" -proptest = { version = "1.4", optional = true } +proptest = { version = "1.10", optional = true } mockall = "0.13" rand = "0.8" futures = "0.3"