diff --git a/Cargo.lock b/Cargo.lock index 73ce9ac2..ca2d718e 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 9f3b11c1..0dd8d711 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 0ecbbeda..7d4d0001 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 4582eb2e..0143433a 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 6afb2531..13b74113 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 fc33c405..d5bbb6c5 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 e08504f1..01763707 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 6937778e..53c115e4 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 8a56fde8..493a8f4b 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 69a31b29..607031f5 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 5b86a037..2b5a2124 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 85847fa6..069f8f86 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 4b07952f..109b8156 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 52723f84..eeb3e2cc 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 f87ac77e..38c4e88a 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 988631fa..4174dad8 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 41c48d8c..951853b4 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 8fc70291..8a38a3f1 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 d27c8621..c3354a74 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 4d9b9082..7671ccbb 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 25237f9f..9d079736 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 5de783c4..77a94af0 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 0d4c5088..3eb21d67 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 2c566c20..4d380e23 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 }