diff --git a/Cargo.lock b/Cargo.lock index 652dea9d..a2d19c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -175,7 +175,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1126,7 +1126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -1135,7 +1135,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -2098,7 +2098,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2407,7 +2407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2569,7 +2569,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", "rustix 1.1.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3589,7 +3589,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.3", "tokio", "tower-service", "tracing", @@ -3994,7 +3994,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4862,7 +4862,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -6133,7 +6133,7 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls 0.23.37", - "socket2 0.5.10", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -6171,7 +6171,7 @@ dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.3", "tracing", "windows-sys 0.60.2", ] @@ -6993,7 +6993,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7006,7 +7006,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -7112,7 +7112,7 @@ dependencies = [ "security-framework 3.7.0", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8191,7 +8191,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.117", @@ -8214,7 +8214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8912,15 +8912,15 @@ 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.3.4", + "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -11470,7 +11470,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index af7cb627..c308d1c2 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 0f074a92..3d2bfc9b 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 835d3bd4..634ace8c 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 edc5ba6f..639ad816 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 9b45f67b..49c0297a 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 7103a356..5a321c90 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 }