From 75b4bb5cfd2f94b863a7837223502236ffe49242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:09:11 +0000 Subject: [PATCH] chore(deps)(deps): bump tempfile from 3.26.0 to 3.27.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim-session-analyzer/Cargo.toml | 2 +- crates/terraphim_agent/Cargo.toml | 2 +- crates/terraphim_automata/Cargo.toml | 2 +- crates/terraphim_cli/Cargo.toml | 2 +- crates/terraphim_config/Cargo.toml | 2 +- crates/terraphim_kg_linter/Cargo.toml | 2 +- crates/terraphim_mcp_server/Cargo.toml | 2 +- crates/terraphim_middleware/Cargo.toml | 2 +- crates/terraphim_multi_agent/Cargo.toml | 2 +- crates/terraphim_onepassword_cli/Cargo.toml | 2 +- crates/terraphim_orchestrator/Cargo.toml | 2 +- crates/terraphim_persistence/Cargo.toml | 2 +- crates/terraphim_rolegraph/Cargo.toml | 2 +- crates/terraphim_router/Cargo.toml | 2 +- crates/terraphim_sessions/Cargo.toml | 2 +- crates/terraphim_settings/Cargo.toml | 2 +- crates/terraphim_spawner/Cargo.toml | 2 +- crates/terraphim_update/Cargo.toml | 2 +- crates/terraphim_validation/Cargo.toml | 2 +- crates/terraphim_workspace/Cargo.toml | 2 +- terraphim_ai_nodejs/Cargo.toml | 2 +- terraphim_firecracker/Cargo.toml | 2 +- terraphim_server/Cargo.toml | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ce9ac20..ca2d718eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8978,9 +8978,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.2", diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index 9f3b11c17..0dd8d711f 100644 --- a/crates/terraphim-session-analyzer/Cargo.toml +++ b/crates/terraphim-session-analyzer/Cargo.toml @@ -91,5 +91,5 @@ libc = "0.2" [dev-dependencies] criterion = "0.8" insta = "1.46" -tempfile = "3.8" +tempfile = "3.27" proptest = "1.4" diff --git a/crates/terraphim_agent/Cargo.toml b/crates/terraphim_agent/Cargo.toml index 0ecbbeda6..7d4d00018 100644 --- a/crates/terraphim_agent/Cargo.toml +++ b/crates/terraphim_agent/Cargo.toml @@ -81,7 +81,7 @@ futures = "0.3" portpicker = "0.1" reqwest = { workspace = true } tokio = { workspace = true } -tempfile = "3.0" +tempfile = "3.27" terraphim_test_utils = { path = "../terraphim_test_utils" } insta = { version = "1.41", features = ["yaml", "redactions"] } diff --git a/crates/terraphim_automata/Cargo.toml b/crates/terraphim_automata/Cargo.toml index 4582eb2e9..0143433ab 100644 --- a/crates/terraphim_automata/Cargo.toml +++ b/crates/terraphim_automata/Cargo.toml @@ -54,6 +54,6 @@ medical = ["daachorse", "zstd", "anyhow"] [dev-dependencies] criterion = "0.8" -tempfile = "3.23" +tempfile = "3.27" lazy_static = "1.4.0" tokio = { version = "1", features = ["io-util", "time","macros","rt","rt-multi-thread"] } diff --git a/crates/terraphim_cli/Cargo.toml b/crates/terraphim_cli/Cargo.toml index 6afb2531a..13b74113d 100644 --- a/crates/terraphim_cli/Cargo.toml +++ b/crates/terraphim_cli/Cargo.toml @@ -46,7 +46,7 @@ default = [] [dev-dependencies] tokio = { workspace = true, features = ["rt-multi-thread", "macros", "test-util"] } serial_test = "3.3" -tempfile = "3.10" +tempfile = "3.27" assert_cmd = "2.1" predicates = "3.1" diff --git a/crates/terraphim_config/Cargo.toml b/crates/terraphim_config/Cargo.toml index fc33c4057..d5bbb6c5a 100644 --- a/crates/terraphim_config/Cargo.toml +++ b/crates/terraphim_config/Cargo.toml @@ -62,7 +62,7 @@ typescript = ["tsify", "wasm-bindgen"] openrouter = [] [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.27.0" env_logger = "0.11" terraphim_multi_agent = { path = "../terraphim_multi_agent" } terraphim_test_utils = { path = "../terraphim_test_utils" } diff --git a/crates/terraphim_kg_linter/Cargo.toml b/crates/terraphim_kg_linter/Cargo.toml index e08504f1e..01763707b 100644 --- a/crates/terraphim_kg_linter/Cargo.toml +++ b/crates/terraphim_kg_linter/Cargo.toml @@ -25,4 +25,4 @@ log = "0.4" env_logger = "0.11" [dev-dependencies] -tempfile = "3.10" +tempfile = "3.27" diff --git a/crates/terraphim_mcp_server/Cargo.toml b/crates/terraphim_mcp_server/Cargo.toml index 6937778e7..53c115e4b 100644 --- a/crates/terraphim_mcp_server/Cargo.toml +++ b/crates/terraphim_mcp_server/Cargo.toml @@ -37,7 +37,7 @@ regex = "1" rmcp = { version = "0.9.0", features = ["client", "server", "transport-child-process", "transport-sse-server"] } serde_json = "1.0" serial_test = "3.3" -tempfile = "3.23" +tempfile = "3.27" terraphim_automata = { path = "../terraphim_automata" } # For AutomataPath terraphim_config = { path = "../terraphim_config" } terraphim_middleware = { path = "../terraphim_middleware" } # For Logseq builder diff --git a/crates/terraphim_middleware/Cargo.toml b/crates/terraphim_middleware/Cargo.toml index 8a56fde81..493a8f4b4 100644 --- a/crates/terraphim_middleware/Cargo.toml +++ b/crates/terraphim_middleware/Cargo.toml @@ -56,7 +56,7 @@ uuid = { version = "1.21.0", features = ["v4"] } dotenvy = "0.15.7" walkdir = "2.4.0" env_logger = "0.11" -tempfile = "3.23" +tempfile = "3.27" [features] default = [] diff --git a/crates/terraphim_multi_agent/Cargo.toml b/crates/terraphim_multi_agent/Cargo.toml index 69a31b294..607031f50 100644 --- a/crates/terraphim_multi_agent/Cargo.toml +++ b/crates/terraphim_multi_agent/Cargo.toml @@ -52,7 +52,7 @@ terraphim_service = { path = "../terraphim_service" } [dev-dependencies] tokio-test = "0.4" -tempfile = "3.23" +tempfile = "3.27" criterion = { version = "0.8", features = ["html_reports"] } # Enable test-utils for examples and benchmarks terraphim_multi_agent = { path = ".", features = ["test-utils"] } diff --git a/crates/terraphim_onepassword_cli/Cargo.toml b/crates/terraphim_onepassword_cli/Cargo.toml index 5b86a037d..2b5a2124c 100644 --- a/crates/terraphim_onepassword_cli/Cargo.toml +++ b/crates/terraphim_onepassword_cli/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.35.1", features = ["process", "rt", "macros", "time"] } async-trait = "0.1.74" [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.27.0" test-log = "0.2.19" tokio-test = "0.4" diff --git a/crates/terraphim_orchestrator/Cargo.toml b/crates/terraphim_orchestrator/Cargo.toml index 85847fa69..069f8f860 100644 --- a/crates/terraphim_orchestrator/Cargo.toml +++ b/crates/terraphim_orchestrator/Cargo.toml @@ -32,7 +32,7 @@ toml = "0.9" [dev-dependencies] tokio-test = "0.4" -tempfile = "3.8" +tempfile = "3.27" [[bin]] name = "adf" diff --git a/crates/terraphim_persistence/Cargo.toml b/crates/terraphim_persistence/Cargo.toml index 4b07952f3..109b8156d 100644 --- a/crates/terraphim_persistence/Cargo.toml +++ b/crates/terraphim_persistence/Cargo.toml @@ -38,7 +38,7 @@ tracing = "0.1" [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.27.0" terraphim_config = { path = "../terraphim_config" } terraphim_multi_agent = { path = "../terraphim_multi_agent" } temp-env = "0.3.6" diff --git a/crates/terraphim_rolegraph/Cargo.toml b/crates/terraphim_rolegraph/Cargo.toml index 52723f849..eeb3e2cce 100644 --- a/crates/terraphim_rolegraph/Cargo.toml +++ b/crates/terraphim_rolegraph/Cargo.toml @@ -42,4 +42,4 @@ harness = false [dev-dependencies] criterion = "0.8" -tempfile = "3.0" +tempfile = "3.27" diff --git a/crates/terraphim_router/Cargo.toml b/crates/terraphim_router/Cargo.toml index f87ac77e7..38c4e88a4 100644 --- a/crates/terraphim_router/Cargo.toml +++ b/crates/terraphim_router/Cargo.toml @@ -43,7 +43,7 @@ file-watch = ["dep:notify"] [dev-dependencies] tokio-test = "0.4" -tempfile = "3.8" +tempfile = "3.27" tracing-test = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } serial_test = "3.2" diff --git a/crates/terraphim_sessions/Cargo.toml b/crates/terraphim_sessions/Cargo.toml index 988631fad..4174dad8f 100644 --- a/crates/terraphim_sessions/Cargo.toml +++ b/crates/terraphim_sessions/Cargo.toml @@ -54,5 +54,5 @@ terraphim_rolegraph = { version = ">=1.4.10", path = "../terraphim_rolegraph", o terraphim_types = { version = ">=1.4.10", path = "../terraphim_types", optional = true } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.27" tokio-test = "0.4" diff --git a/crates/terraphim_settings/Cargo.toml b/crates/terraphim_settings/Cargo.toml index 41c48d8c0..951853b44 100644 --- a/crates/terraphim_settings/Cargo.toml +++ b/crates/terraphim_settings/Cargo.toml @@ -25,6 +25,6 @@ default = [] onepassword = ["terraphim_onepassword_cli", "tokio"] [dev-dependencies] -tempfile="3.23.0" +tempfile="3.27.0" envtestkit = "1.1.2" test-log = "0.2.19" diff --git a/crates/terraphim_spawner/Cargo.toml b/crates/terraphim_spawner/Cargo.toml index 8fc702912..8a38a3f1b 100644 --- a/crates/terraphim_spawner/Cargo.toml +++ b/crates/terraphim_spawner/Cargo.toml @@ -29,4 +29,4 @@ nix = { version = "0.27", features = ["process", "signal", "resource"] } [dev-dependencies] proptest = "1.4" tokio-test = "0.4" -tempfile = "3.8" +tempfile = "3.27" diff --git a/crates/terraphim_update/Cargo.toml b/crates/terraphim_update/Cargo.toml index d27c8621c..c3354a745 100644 --- a/crates/terraphim_update/Cargo.toml +++ b/crates/terraphim_update/Cargo.toml @@ -31,7 +31,7 @@ base64 = "0.22" flate2 = "1.1" tar = "0.4" zip = "2.2" -tempfile = "3.0" +tempfile = "3.27" [dev-dependencies] serial_test = "3.3" diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 4d9b90822..7671ccbb8 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -44,7 +44,7 @@ hex = "0.4" ring = { version = "0.17", optional = true } # Testing and assertions -tempfile = "3.0" +tempfile = "3.27" assert_cmd = "2.0" predicates = "3.0" urlencoding = "2.1" diff --git a/crates/terraphim_workspace/Cargo.toml b/crates/terraphim_workspace/Cargo.toml index 25237f9fb..9d079736c 100644 --- a/crates/terraphim_workspace/Cargo.toml +++ b/crates/terraphim_workspace/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.0", features = ["process", "rt", "macros", "time"] } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" tracing = "0.1" -tempfile = "3.8" +tempfile = "3.27" jiff = "0.2" [dev-dependencies] diff --git a/terraphim_ai_nodejs/Cargo.toml b/terraphim_ai_nodejs/Cargo.toml index 5de783c41..77a94af06 100644 --- a/terraphim_ai_nodejs/Cargo.toml +++ b/terraphim_ai_nodejs/Cargo.toml @@ -26,7 +26,7 @@ ahash = "0.8.12" serde = { workspace = true } [dev-dependencies] -tempfile = "3.14" +tempfile = "3.27" [build-dependencies] napi-build = "2.3.1" diff --git a/terraphim_firecracker/Cargo.toml b/terraphim_firecracker/Cargo.toml index 0d4c50881..3eb21d678 100644 --- a/terraphim_firecracker/Cargo.toml +++ b/terraphim_firecracker/Cargo.toml @@ -31,7 +31,7 @@ fastrand = "2.0" toml = "0.9" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.27" test-log = "0.2" [[bin]] diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 2c566c20a..4d380e236 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -86,7 +86,7 @@ full = ["full-db", "openrouter", "ollama", "grepapp", "ai-assistant", "mcp", "wo [dev-dependencies] serial_test = "3.3.1" terraphim_agent = { path = "../crates/terraphim_agent", version = "1.0.0" } -tempfile = "3.23.0" +tempfile = "3.27.0" urlencoding = "2.1.3" tokio = { workspace = true } reqwest = { workspace = true }