diff --git a/Cargo.lock b/Cargo.lock index c711557..2fc7118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", - "anstyle-parse", + "anstyle-parse 0.2.7", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" +dependencies = [ + "anstyle", + "anstyle-parse 1.0.0", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -406,6 +421,15 @@ dependencies = [ "utf8parse", ] +[[package]] +name = "anstyle-parse" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" +dependencies = [ + "utf8parse", +] + [[package]] name = "anstyle-query" version = "1.1.5" @@ -1650,9 +1674,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" dependencies = [ "clap_builder", "clap_derive", @@ -1660,11 +1684,11 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ - "anstream", + "anstream 1.0.0", "anstyle", "clap_lex", "strsim", @@ -1672,9 +1696,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.55" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -2854,7 +2878,7 @@ version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "env_filter", "jiff", @@ -4695,9 +4719,9 @@ dependencies = [ [[package]] name = "mdns-sd" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3efd5e35bde8fe2bf6f698a0158c198eade41805bb89788ee59853baeb877" +checksum = "d797ab3274a16f4940f9650a29838e940223aeff31773df5c2827ad82150182f" dependencies = [ "fastrand", "flume", @@ -5139,9 +5163,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "once_cell_polyfill" @@ -7006,9 +7030,9 @@ dependencies = [ [[package]] name = "spargebra" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a6bc0ae1da1bf2516fb872d2ad0cf5efa3c7a7dbea58909b39eed321dc5117" +checksum = "46715eb957d1fe960cbbc0b713da8f78e2cb19df315b48fb09c9467a1c84f656" dependencies = [ "oxilangtag", "oxiri", @@ -7282,9 +7306,9 @@ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[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", @@ -7680,9 +7704,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/crates/aingle_contracts/Cargo.toml b/crates/aingle_contracts/Cargo.toml index c3ea592..53e294b 100644 --- a/crates/aingle_contracts/Cargo.toml +++ b/crates/aingle_contracts/Cargo.toml @@ -50,5 +50,5 @@ tracing = "0.1" dashmap = "6.0" [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27" tokio-test = "0.4" diff --git a/crates/aingle_cortex/Cargo.toml b/crates/aingle_cortex/Cargo.toml index 8aceaaf..0068ca7 100644 --- a/crates/aingle_cortex/Cargo.toml +++ b/crates/aingle_cortex/Cargo.toml @@ -87,7 +87,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus # Rate limiting & shared state dashmap = "6.0" -once_cell = "1.4" +once_cell = "1.21" # P2P networking (optional) quinn = { version = "0.11", optional = true } @@ -108,6 +108,6 @@ mdns-sd = { version = "0.18", optional = true } if-addrs = { version = "0.13", optional = true } [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27" reqwest = { version = "0.12", features = ["json"] } tokio-test = "0.4" diff --git a/crates/aingle_graph/Cargo.toml b/crates/aingle_graph/Cargo.toml index c0d4537..297d8a3 100644 --- a/crates/aingle_graph/Cargo.toml +++ b/crates/aingle_graph/Cargo.toml @@ -68,7 +68,7 @@ rand = { version = "0.9", default-features = false, features = ["std", "thread_r [dev-dependencies] criterion = "0.5" -tempfile = "3.26" +tempfile = "3.27" [[bench]] name = "graph_bench" diff --git a/crates/aingle_logic/Cargo.toml b/crates/aingle_logic/Cargo.toml index abf698e..89ea270 100644 --- a/crates/aingle_logic/Cargo.toml +++ b/crates/aingle_logic/Cargo.toml @@ -46,4 +46,4 @@ regex = "1.12" hex = "0.4" [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27" diff --git a/crates/aingle_minimal/Cargo.toml b/crates/aingle_minimal/Cargo.toml index b90e7d5..c171e9b 100644 --- a/crates/aingle_minimal/Cargo.toml +++ b/crates/aingle_minimal/Cargo.toml @@ -107,7 +107,7 @@ ledger-transport = { version = "0.11", optional = true } ledger-transport-hid = { version = "0.11", optional = true } # CLI argument parsing -clap = { version = "4.5", features = ["derive"] } +clap = { version = "4.6", features = ["derive"] } # Logging - lightweight log = "0.4" diff --git a/crates/aingle_raft/Cargo.toml b/crates/aingle_raft/Cargo.toml index 7a275ee..782318b 100644 --- a/crates/aingle_raft/Cargo.toml +++ b/crates/aingle_raft/Cargo.toml @@ -32,5 +32,5 @@ aingle_graph = { version = "0.6", path = "../aingle_graph", features = ["sled-ba ineru = { version = "0.6", path = "../ineru" } [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27" tokio-test = "0.4" diff --git a/crates/aingle_viz/Cargo.toml b/crates/aingle_viz/Cargo.toml index 982b3a7..5d2081b 100644 --- a/crates/aingle_viz/Cargo.toml +++ b/crates/aingle_viz/Cargo.toml @@ -41,7 +41,7 @@ uuid = { version = "1.21", features = ["v4", "serde"] } thiserror = "2.0" # CLI -clap = { version = "4.5", features = ["derive"] } +clap = { version = "4.6", features = ["derive"] } [dev-dependencies] tokio-test = "0.4" diff --git a/crates/aingle_wal/Cargo.toml b/crates/aingle_wal/Cargo.toml index 05d31a9..d8181fb 100644 --- a/crates/aingle_wal/Cargo.toml +++ b/crates/aingle_wal/Cargo.toml @@ -20,4 +20,4 @@ blake3 = "1.8" chrono = { version = "0.4", features = ["serde"] } [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27"