diff --git a/Cargo.lock b/Cargo.lock index d85873994..d6edad4cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ dependencies = [ "futures-lite 2.6.1", "parking", "polling", - "rustix 1.1.2", + "rustix 1.1.4", "slab", "windows-sys 0.61.2", ] @@ -439,7 +439,7 @@ dependencies = [ "cfg-if", "event-listener 5.4.1", "futures-lite 2.6.1", - "rustix 1.1.2", + "rustix 1.1.4", ] [[package]] @@ -465,7 +465,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 1.1.2", + "rustix 1.1.4", "signal-hook-registry", "slab", "windows-sys 0.61.2", @@ -2075,7 +2075,7 @@ dependencies = [ "crossterm_winapi", "document-features", "parking_lot 0.12.5", - "rustix 1.1.2", + "rustix 1.1.4", "winapi", ] @@ -3142,7 +3142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", - "rustix 1.1.2", + "rustix 1.1.4", "windows-sys 0.59.0", ] @@ -3653,7 +3653,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.4", "windows-link 0.2.1", ] @@ -5459,9 +5459,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.177" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libfuzzer-sys" @@ -5573,9 +5573,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" @@ -7236,7 +7236,7 @@ dependencies = [ "concurrent-queue", "hermit-abi", "pin-project-lite", - "rustix 1.1.2", + "rustix 1.1.4", "windows-sys 0.61.2", ] @@ -8571,14 +8571,14 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ "bitflags 2.10.0", "errno", "libc", - "linux-raw-sys 0.11.0", + "linux-raw-sys 0.12.1", "windows-sys 0.61.2", ] @@ -10201,14 +10201,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand 2.3.0", "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", + "rustix 1.1.4", "windows-sys 0.61.2", ] @@ -12266,7 +12266,7 @@ checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" dependencies = [ "cc", "downcast-rs", - "rustix 1.1.2", + "rustix 1.1.4", "scoped-tls", "smallvec", "wayland-sys", @@ -12279,7 +12279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" dependencies = [ "bitflags 2.10.0", - "rustix 1.1.2", + "rustix 1.1.4", "wayland-backend", "wayland-scanner", ] @@ -12290,7 +12290,7 @@ version = "0.31.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.4", "wayland-client", "xcursor", ] @@ -13195,7 +13195,7 @@ dependencies = [ "as-raw-xcb-connection", "gethostname", "libc", - "rustix 1.1.2", + "rustix 1.1.4", "x11rb-protocol", "xcursor", ] @@ -13222,7 +13222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", - "rustix 1.1.2", + "rustix 1.1.4", ] [[package]] diff --git a/crates/terraphim_automata/Cargo.toml b/crates/terraphim_automata/Cargo.toml index 85c6dfec2..02c165d9b 100644 --- a/crates/terraphim_automata/Cargo.toml +++ b/crates/terraphim_automata/Cargo.toml @@ -48,6 +48,6 @@ wasm = ["typescript"] [dev-dependencies] criterion = "0.5" -tempfile = "3.23" +tempfile = "3.26" lazy_static = "1.4.0" tokio = { version = "1", features = ["io-util", "time","macros","rt","rt-multi-thread"] } diff --git a/crates/terraphim_build_args/Cargo.toml b/crates/terraphim_build_args/Cargo.toml index 27c73ee40..9fc946b8a 100644 --- a/crates/terraphim_build_args/Cargo.toml +++ b/crates/terraphim_build_args/Cargo.toml @@ -33,7 +33,7 @@ chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["serde", "v4"] } [dev-dependencies] -tempfile = "3.23" +tempfile = "3.26" tokio-test = "0.4" mockall = "0.13" diff --git a/crates/terraphim_config/Cargo.toml b/crates/terraphim_config/Cargo.toml index 74717b766..f0054429c 100644 --- a/crates/terraphim_config/Cargo.toml +++ b/crates/terraphim_config/Cargo.toml @@ -61,6 +61,6 @@ typescript = ["tsify", "wasm-bindgen"] openrouter = [] [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.26.0" env_logger = "0.11" terraphim_multi_agent = { path = "../terraphim_multi_agent" } diff --git a/crates/terraphim_desktop_gpui/Cargo.toml b/crates/terraphim_desktop_gpui/Cargo.toml index 5ca8755e0..e5e6c2520 100644 --- a/crates/terraphim_desktop_gpui/Cargo.toml +++ b/crates/terraphim_desktop_gpui/Cargo.toml @@ -109,7 +109,7 @@ objc = "0.2" [dev-dependencies] tokio-test = "0.4.4" -tempfile = "3.23.0" +tempfile = "3.26.0" criterion = "0.5" tokio = { version = "1.36", features = ["full", "test-util"] } serde_json = "1.0.104" diff --git a/crates/terraphim_kg_linter/Cargo.toml b/crates/terraphim_kg_linter/Cargo.toml index 0f6a33ec9..a1667711a 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.26" diff --git a/crates/terraphim_mcp_server/Cargo.toml b/crates/terraphim_mcp_server/Cargo.toml index 46432bab7..3598b9feb 100644 --- a/crates/terraphim_mcp_server/Cargo.toml +++ b/crates/terraphim_mcp_server/Cargo.toml @@ -38,7 +38,7 @@ regex = "1" rmcp = { version = "0.6.1", features = ["client", "server", "transport-child-process", "transport-sse-server"] } serde_json = "1.0" serial_test = "3.1" -tempfile = "3.23" +tempfile = "3.26" 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 390c90221..c376c68df 100644 --- a/crates/terraphim_middleware/Cargo.toml +++ b/crates/terraphim_middleware/Cargo.toml @@ -51,7 +51,7 @@ uuid = { version = "1.8.0", features = ["v4"] } dotenvy = "0.15.7" walkdir = "2.4.0" env_logger = "0.11" -tempfile = "3.23" +tempfile = "3.26" [features] default = [] diff --git a/crates/terraphim_multi_agent/Cargo.toml b/crates/terraphim_multi_agent/Cargo.toml index 6dcb94d86..b923ca45d 100644 --- a/crates/terraphim_multi_agent/Cargo.toml +++ b/crates/terraphim_multi_agent/Cargo.toml @@ -51,7 +51,7 @@ terraphim_service = { path = "../terraphim_service" } [dev-dependencies] tokio-test = "0.4" -tempfile = "3.23" +tempfile = "3.26" criterion = { version = "0.5", 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 9d47a0d07..b3c5c9bcd 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.26.0" test-log = "0.2.14" tokio-test = "0.4" diff --git a/crates/terraphim_persistence/Cargo.toml b/crates/terraphim_persistence/Cargo.toml index 5686ca652..4cfb5761d 100644 --- a/crates/terraphim_persistence/Cargo.toml +++ b/crates/terraphim_persistence/Cargo.toml @@ -36,7 +36,7 @@ chrono = { version = "0.4", features = ["serde"] } [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.26.0" terraphim_config = { path = "../terraphim_config" } terraphim_multi_agent = { path = "../terraphim_multi_agent" } temp-env = "0.3.6" diff --git a/crates/terraphim_settings/Cargo.toml b/crates/terraphim_settings/Cargo.toml index 133db8012..033fcf199 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.26.0" envtestkit = "1.1.2" test-log = "0.2.14" diff --git a/crates/terraphim_tui/Cargo.toml b/crates/terraphim_tui/Cargo.toml index c0f9e30ce..a180d64ca 100644 --- a/crates/terraphim_tui/Cargo.toml +++ b/crates/terraphim_tui/Cargo.toml @@ -61,7 +61,7 @@ futures = "0.3" portpicker = "0.1" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } tokio = { version = "1", features = ["full"] } -tempfile = "3.0" +tempfile = "3.26" # Enable REPL features for testing terraphim_tui = { path = ".", features = ["repl-full"] } diff --git a/terraphim_firecracker/Cargo.toml b/terraphim_firecracker/Cargo.toml index df7c9b580..9a9c4f39e 100644 --- a/terraphim_firecracker/Cargo.toml +++ b/terraphim_firecracker/Cargo.toml @@ -27,7 +27,7 @@ fastrand = "2.0" toml = "0.9" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.26" test-log = "0.2" [[bin]] diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index a496bc0e5..405e88e22 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -63,7 +63,7 @@ full-db = ["sqlite", "rocksdb", "redis"] [dev-dependencies] serial_test = "3.0.0" -tempfile = "3.23.0" +tempfile = "3.26.0" urlencoding = "2.1.3" tokio = { version = "1.35.1", features = ["full"] } terraphim_tui = { path = "../crates/terraphim_tui", version = "1.0.0" }