diff --git a/Cargo.lock b/Cargo.lock index 74162b984..62ce3f579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,18 +2325,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" -[[package]] -name = "enum-as-inner" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.114", -] - [[package]] name = "enumflags2" version = "0.7.12" @@ -3322,7 +3310,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.12.1", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -3341,7 +3329,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.4.0", - "indexmap 2.12.1", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -3993,16 +3981,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "idna" version = "1.1.0" @@ -4071,9 +4049,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown 0.16.1", @@ -4177,18 +4155,6 @@ dependencies = [ "rustversion", ] -[[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.10", - "widestring", - "windows-sys 0.48.0", - "winreg 0.50.0", -] - [[package]] name = "ipnet" version = "2.11.0" @@ -4622,12 +4588,6 @@ dependencies = [ "bitflags 2.10.0", ] -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "linux-raw-sys" version = "0.11.0" @@ -4694,15 +4654,6 @@ dependencies = [ "hashbrown 0.16.1", ] -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "lru-slab" version = "0.1.2" @@ -6337,7 +6288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", - "indexmap 2.12.1", + "indexmap 2.13.0", "quick-xml 0.38.4", "serde", "time", @@ -6577,7 +6528,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" dependencies = [ "futures", - "indexmap 2.12.1", + "indexmap 2.13.0", "nix 0.30.1", "tokio", "tracing", @@ -7283,12 +7234,6 @@ dependencies = [ "thiserror 2.0.17", ] -[[package]] -name = "resolv-conf" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" - [[package]] name = "rfc6979" version = "0.4.0" @@ -7792,7 +7737,7 @@ dependencies = [ "hyper 1.8.1", "hyper-rustls 0.27.7", "hyper-util", - "indexmap 2.12.1", + "indexmap 2.13.0", "mime", "mime-infer", "multer", @@ -8201,7 +8146,7 @@ version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "itoa 1.0.15", "memchr", "serde", @@ -8281,7 +8226,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.12.1", + "indexmap 2.13.0", "schemars 0.9.0", "schemars 1.1.0", "serde_core", @@ -8308,7 +8253,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "itoa 1.0.15", "ryu", "serde", @@ -8666,7 +8611,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "memchr", "once_cell", @@ -9660,7 +9605,7 @@ dependencies = [ "glob", "handlebars", "home", - "indexmap 2.12.1", + "indexmap 2.13.0", "indicatif 0.17.11", "insta", "jiff 0.1.29", @@ -9791,7 +9736,7 @@ dependencies = [ "criterion", "env_logger 0.11.8", "futures-util", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "serde", "serde_json", @@ -9914,7 +9859,7 @@ dependencies = [ "chrono", "clap", "env_logger 0.11.8", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "mockall", "once_cell", @@ -10025,7 +9970,7 @@ dependencies = [ "criterion", "env_logger 0.11.8", "futures-util", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "serde", "serde_json", @@ -10105,7 +10050,7 @@ dependencies = [ "chrono", "env_logger 0.11.8", "futures-util", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "serde", "serde_json", @@ -10275,37 +10220,6 @@ dependencies = [ "zstd", ] -[[package]] -name = "terraphim_rlm" -version = "1.6.0" -dependencies = [ - "anyhow", - "async-trait", - "bollard", - "dashmap", - "futures", - "hyper 1.8.1", - "hyper-util", - "jiff 0.2.16", - "log", - "parking_lot 0.12.5", - "reqwest 0.12.28", - "serde", - "serde_json", - "tempfile", - "terraphim-firecracker", - "terraphim_agent_supervisor", - "terraphim_automata", - "terraphim_service", - "test-log", - "thiserror 1.0.69", - "tokio", - "tokio-test", - "tokio-util", - "trust-dns-resolver", - "ulid", -] - [[package]] name = "terraphim_rolegraph" version = "1.4.10" @@ -10461,7 +10375,7 @@ dependencies = [ "criterion", "env_logger 0.11.8", "futures-util", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "serde", "serde_json", @@ -10904,7 +10818,7 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "serde_core", "serde_spanned 1.0.3", "toml_datetime 0.7.3", @@ -10937,7 +10851,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "serde", "serde_spanned 0.6.9", "toml_datetime 0.6.11", @@ -10950,7 +10864,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "serde", "serde_spanned 0.6.9", "toml_datetime 0.6.11", @@ -10964,7 +10878,7 @@ version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "toml_datetime 0.7.3", "toml_parser", "winnow 0.7.14", @@ -11155,52 +11069,6 @@ dependencies = [ "tracing-log", ] -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand 0.8.5", - "smallvec", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.5", - "rand 0.8.5", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto", -] - [[package]] name = "try-lock" version = "0.2.5" @@ -11452,7 +11320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", - "idna 1.1.0", + "idna", "percent-encoding", "serde", "serde_derive", @@ -11921,12 +11789,6 @@ dependencies = [ "wasite", ] -[[package]] -name = "widestring" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" - [[package]] name = "winapi" version = "0.3.9" @@ -12845,7 +12707,7 @@ dependencies = [ "flate2", "getrandom 0.3.4", "hmac", - "indexmap 2.12.1", + "indexmap 2.13.0", "lzma-rs", "memchr", "pbkdf2", diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index fd2dce01a..139533e78 100644 --- a/crates/terraphim-session-analyzer/Cargo.toml +++ b/crates/terraphim-session-analyzer/Cargo.toml @@ -49,7 +49,7 @@ jiff = { version = "0.1", features = ["serde"] } # Data processing regex = "1.10" lazy_static = "1.4" -indexmap = { version = "2.2", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } aho-corasick = "1.1" shell-words = "1.1" toml = "0.9" diff --git a/crates/terraphim_agent_registry/Cargo.toml b/crates/terraphim_agent_registry/Cargo.toml index 74c2ac33a..7c239d89f 100644 --- a/crates/terraphim_agent_registry/Cargo.toml +++ b/crates/terraphim_agent_registry/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.29" # Collections and utilities ahash = { version = "0.8.8", features = ["serde"] } -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } [dev-dependencies] tokio-test = "0.4" diff --git a/crates/terraphim_build_args/Cargo.toml b/crates/terraphim_build_args/Cargo.toml index 7a382b983..2d6981638 100644 --- a/crates/terraphim_build_args/Cargo.toml +++ b/crates/terraphim_build_args/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1.0" anyhow = "1.0" log = "0.4" env_logger = "0.11" -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } regex = "1.11" walkdir = "2.4" once_cell = "1.19" diff --git a/crates/terraphim_goal_alignment/Cargo.toml b/crates/terraphim_goal_alignment/Cargo.toml index ab8bfc8d5..84a62e8fb 100644 --- a/crates/terraphim_goal_alignment/Cargo.toml +++ b/crates/terraphim_goal_alignment/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4.29" # Collections and utilities ahash = { version = "0.8.8", features = ["serde"] } -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } [dev-dependencies] tokio-test = "0.4" diff --git a/crates/terraphim_kg_orchestration/Cargo.toml b/crates/terraphim_kg_orchestration/Cargo.toml index 5a9dc4071..53c9540d5 100644 --- a/crates/terraphim_kg_orchestration/Cargo.toml +++ b/crates/terraphim_kg_orchestration/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.29" # Collections and utilities ahash = { version = "0.8.8", features = ["serde"] } -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } [dev-dependencies] tokio-test = "0.4" diff --git a/crates/terraphim_task_decomposition/Cargo.toml b/crates/terraphim_task_decomposition/Cargo.toml index ca8021632..b596e49ab 100644 --- a/crates/terraphim_task_decomposition/Cargo.toml +++ b/crates/terraphim_task_decomposition/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.29" # Collections and utilities ahash = { version = "0.8.8", features = ["serde"] } -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.13", features = ["serde"] } [dev-dependencies] tokio-test = "0.4"