From 1679fa1f740d80827effaac35722d7643bcfe32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:23:41 +0000 Subject: [PATCH] chore(deps): bump wp-proj from v1.20.7 to v1.21.6 Bumps [wp-proj](https://github.com/wp-labs/wp-motor) from v1.20.7 to v1.21.6. - [Release notes](https://github.com/wp-labs/wp-motor/releases) - [Changelog](https://github.com/wp-labs/wp-motor/blob/main/CHANGELOG.md) - [Commits](https://github.com/wp-labs/wp-motor/compare/16cae9c5ce362981222038126433cd11d3512429...8fdedff2ced1180095b2849075d6894e5411b8cf) --- updated-dependencies: - dependency-name: wp-proj dependency-version: 8fdedff2ced1180095b2849075d6894e5411b8cf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 442 +++++++++++++++++++++++++++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 398 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3da8565..612a9cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,7 +292,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -303,7 +303,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1243,9 +1243,20 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c888a2a4f677017373fb6c01e13e318dd9e78758445ed5eb985e355d3f8281" dependencies = [ - "ctor-proc-macro", - "dtor", - "link-section", + "ctor-proc-macro 0.0.12", + "dtor 0.6.0", + "link-section 0.0.12", +] + +[[package]] +name = "ctor" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83cf0d42651b16c6dfe68685716d18480d18a9c39c62d76e8cf3eb6ed5d8bcbf" +dependencies = [ + "ctor-proc-macro 0.0.13", + "dtor 0.8.1", + "link-section 0.2.1", ] [[package]] @@ -1254,6 +1265,12 @@ version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7ab264ea985f1bd27887d7b21ea2bb046728e05d11909ca138d700c494730db" +[[package]] +name = "ctor-proc-macro" +version = "0.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a949c44fcacbbbb7ada007dc7acb34603dd97cd47de5d054f2b6493ecebb483" + [[package]] name = "darling" version = "0.20.11" @@ -1457,7 +1474,16 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30e4690622ab6700ced40fc370a3f07b7d111f0154bb6fb08f73b4c8834f75b6" dependencies = [ - "dtor-proc-macro", + "dtor-proc-macro 0.0.12", +] + +[[package]] +name = "dtor" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edf234dd1594d6dd434a8fb8cada51ddbbc593e40e4a01556a0b31c62da2775b" +dependencies = [ + "dtor-proc-macro 0.0.13", ] [[package]] @@ -1466,6 +1492,12 @@ version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131" +[[package]] +name = "dtor-proc-macro" +version = "0.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2647271c92754afcb174e758003cfd1cbf1e43e5a7853d7b1813e63e19e39a73" + [[package]] name = "dunce" version = "1.0.5" @@ -1559,7 +1591,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1999,6 +2031,11 @@ name = "hashbrown" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "hashlink" @@ -2225,7 +2262,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.3", + "socket2 0.5.10", "system-configuration", "tokio", "tower-service", @@ -2505,6 +2542,15 @@ dependencies = [ "phf_codegen", ] +[[package]] +name = "jieba-macros" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a29cfc5dcd898604c6f80363411fa6b6b08e27d1d253d6225b9cb6702ea02fc0" +dependencies = [ + "phf_codegen", +] + [[package]] name = "jieba-rs" version = "0.8.1" @@ -2513,7 +2559,21 @@ checksum = "766bd7012aa5ba49411ebdf4e93bddd59b182d2918e085d58dec5bb9b54b7105" dependencies = [ "cedarwood", "include-flate", - "jieba-macros", + "jieba-macros 0.8.1", + "phf", + "regex", + "rustc-hash", +] + +[[package]] +name = "jieba-rs" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3245d6e9d1d5facbd6a23848d6b67e3439738ccbb4fa5a3d65da315ba1a910a2" +dependencies = [ + "cedarwood", + "include-flate", + "jieba-macros 0.9.0", "phf", "regex", "rustc-hash", @@ -2782,6 +2842,12 @@ version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f52437d47b0358721ec869cc7374b2a21f7b2237af9b439c0391341a1fbfbf1b" +[[package]] +name = "link-section" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b685d66585d646efe09fec763d796c291049c8b6bf84e04954bffc8748341f0d" + [[package]] name = "linux-raw-sys" version = "0.12.1" @@ -2880,6 +2946,15 @@ dependencies = [ "hashbrown 0.16.1", ] +[[package]] +name = "lru" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e0b564323a0fb6d54b864f625ae139de9612e27edb944dda37c109f05aac531" +dependencies = [ + "hashbrown 0.17.0", +] + [[package]] name = "lru-slab" version = "0.1.2" @@ -3490,6 +3565,19 @@ dependencies = [ "wildmatch", ] +[[package]] +name = "orion_exp" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "arcstr", + "chrono", + "derive-getters", + "ipnet", + "smol_str", + "wildmatch", +] + [[package]] name = "orion_overload" version = "1.20.7" @@ -3502,6 +3590,18 @@ dependencies = [ "toml", ] +[[package]] +name = "orion_overload" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "derive-getters", + "serde", + "thiserror 2.0.18", + "toml", +] + [[package]] name = "os_info" version = "3.14.0" @@ -3892,7 +3992,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.6.3", + "socket2 0.5.10", "thiserror 2.0.18", "tokio", "tracing", @@ -3930,7 +4030,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.3", + "socket2 0.5.10", "tracing", "windows-sys 0.60.2", ] @@ -4277,7 +4377,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -4336,7 +4436,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -4774,7 +4874,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -5175,7 +5275,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -5756,11 +5856,11 @@ dependencies = [ "toml", "uuid", "walkdir", - "wp-cli-core", - "wp-config", + "wp-cli-core 1.20.7", + "wp-config 1.20.7", "wp-connector-api", "wp-connectors", - "wp-engine", + "wp-engine 1.20.7", "wp-error", "wp-knowledge", "wp-log", @@ -5975,7 +6075,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -6523,7 +6623,27 @@ dependencies = [ "serde_json", "toml", "walkdir", - "wp-config", + "wp-config 1.20.7", + "wp-knowledge", +] + +[[package]] +name = "wp-cli-core" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "chrono", + "comfy-table", + "glob", + "orion-error", + "orion-variate", + "orion_conf", + "serde", + "serde_json", + "toml", + "walkdir", + "wp-config 1.21.6", "wp-knowledge", ] @@ -6537,6 +6657,16 @@ dependencies = [ "wp-primitives", ] +[[package]] +name = "wp-condition" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "orion_exp 1.21.6", + "winnow", + "wp-primitives", +] + [[package]] name = "wp-conf-base" version = "0.2.2" @@ -6571,7 +6701,47 @@ dependencies = [ "orion-variate", "orion_conf", "orion_exp 1.20.7", - "orion_overload", + "orion_overload 1.20.7", + "serde", + "serde_derive", + "serde_json", + "thiserror 2.0.18", + "toml", + "wildmatch", + "winnow", + "wp-condition 1.20.7", + "wp-conf-base", + "wp-connector-api", + "wp-data-utils 1.20.7", + "wp-error", + "wp-knowledge", + "wp-lang", + "wp-log", + "wp-model-core", + "wp-primitives", + "wp-specs", +] + +[[package]] +name = "wp-config" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "derive-getters", + "derive_more", + "educe", + "getset", + "glob", + "log", + "once_cell", + "orion-error", + "orion-variate", + "orion_conf", + "orion_exp 1.21.6", + "orion_overload 1.21.6", "serde", "serde_derive", "serde_json", @@ -6579,10 +6749,10 @@ dependencies = [ "toml", "wildmatch", "winnow", - "wp-condition", + "wp-condition 1.21.6", "wp-conf-base", "wp-connector-api", - "wp-data-utils", + "wp-data-utils 1.21.6", "wp-error", "wp-knowledge", "wp-lang", @@ -6718,7 +6888,7 @@ dependencies = [ "arcstr", "chrono", "derive_builder", - "lru", + "lru 0.16.4", "orion-error", "orion_exp 1.20.7", "serde", @@ -6728,6 +6898,24 @@ dependencies = [ "wp-model-core", ] +[[package]] +name = "wp-data-utils" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "arcstr", + "chrono", + "derive_builder", + "lru 0.17.0", + "orion-error", + "orion_exp 1.21.6", + "serde", + "serde_derive", + "serde_json", + "smol_str", + "wp-model-core", +] + [[package]] name = "wp-engine" version = "1.20.7" @@ -6743,7 +6931,7 @@ dependencies = [ "clap", "comfy-table", "contracts", - "ctor", + "ctor 0.9.1", "derive-getters", "derive_builder", "derive_more", @@ -6758,7 +6946,7 @@ dependencies = [ "lazy_static", "libc", "log", - "lru", + "lru 0.16.4", "memchr", "mockall", "once_cell", @@ -6767,7 +6955,88 @@ dependencies = [ "orion-variate", "orion_conf", "orion_exp 1.20.7", - "orion_overload", + "orion_overload 1.20.7", + "rand 0.10.1", + "regex", + "serde", + "serde_derive", + "serde_json", + "shadow-rs", + "smol_str", + "socket2 0.6.3", + "strfmt", + "sysinfo", + "thiserror 2.0.18", + "time", + "tokio", + "tokio-async-drop", + "toml", + "uuid", + "walkdir", + "wildmatch", + "winnow", + "wp-arrow", + "wp-cli-core 1.20.7", + "wp-conf-base", + "wp-config 1.20.7", + "wp-connector-api", + "wp-core-connectors", + "wp-ctrl-api", + "wp-data-fmt", + "wp-data-utils 1.20.7", + "wp-enrich-api", + "wp-error", + "wp-knowledge", + "wp-lang", + "wp-log", + "wp-model-core", + "wp-oml 1.20.7", + "wp-parse-api", + "wp-primitives", + "wp-specs", + "wp-stats 1.20.7", +] + +[[package]] +name = "wp-engine" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "async-broadcast", + "async-signal", + "async-trait", + "base64 0.22.1", + "bytes", + "chrono", + "clap", + "comfy-table", + "contracts", + "ctor 0.10.1", + "derive-getters", + "derive_builder", + "derive_more", + "educe", + "enum_dispatch", + "futures-lite", + "futures-util", + "getset", + "glob", + "hex", + "ipnet", + "lazy_static", + "libc", + "log", + "lru 0.17.0", + "memchr", + "mockall", + "once_cell", + "orion-error", + "orion-sec", + "orion-variate", + "orion_conf", + "orion_exp 1.21.6", + "orion_overload 1.21.6", "rand 0.10.1", "regex", "serde", @@ -6788,25 +7057,25 @@ dependencies = [ "wildmatch", "winnow", "wp-arrow", - "wp-cli-core", + "wp-cli-core 1.21.6", "wp-conf-base", - "wp-config", + "wp-config 1.21.6", "wp-connector-api", "wp-core-connectors", "wp-ctrl-api", "wp-data-fmt", - "wp-data-utils", + "wp-data-utils 1.21.6", "wp-enrich-api", "wp-error", "wp-knowledge", "wp-lang", "wp-log", "wp-model-core", - "wp-oml", + "wp-oml 1.21.6", "wp-parse-api", "wp-primitives", "wp-specs", - "wp-stats", + "wp-stats 1.21.6", ] [[package]] @@ -6849,7 +7118,7 @@ dependencies = [ "futures", "lazy_static", "log", - "lru", + "lru 0.16.4", "orion-error", "orion-variate", "orion_conf", @@ -6969,7 +7238,7 @@ dependencies = [ "html-escape", "imap-types", "ipnet", - "jieba-rs", + "jieba-rs 0.8.1", "lazy_static", "log", "md5", @@ -6993,9 +7262,64 @@ dependencies = [ "url", "wildmatch", "winnow", - "wp-condition", + "wp-condition 1.20.7", + "wp-data-fmt", + "wp-data-utils 1.20.7", + "wp-error", + "wp-knowledge", + "wp-lang", + "wp-log", + "wp-model-core", + "wp-primitives", + "wp-specs", +] + +[[package]] +name = "wp-oml" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "arcstr", + "async-trait", + "base64 0.22.1", + "chrono", + "contracts", + "derive-getters", + "derive_builder", + "encoding_rs", + "enum_dispatch", + "escape8259", + "html-escape", + "imap-types", + "ipnet", + "jieba-rs 0.9.0", + "lazy_static", + "log", + "md5", + "once_cell", + "orion-error", + "orion_conf", + "orion_exp 1.21.6", + "parse-display", + "parse-display-derive", + "regex", + "serde", + "serde_derive", + "serde_json", + "smallvec", + "strfmt", + "strum 0.28.0", + "strum_macros", + "thiserror 2.0.18", + "tokio", + "toml", + "url", + "wildmatch", + "winnow", + "wp-condition 1.21.6", "wp-data-fmt", - "wp-data-utils", + "wp-data-utils 1.21.6", "wp-error", "wp-knowledge", "wp-lang", @@ -7031,8 +7355,8 @@ dependencies = [ [[package]] name = "wp-proj" -version = "1.20.7" -source = "git+https://github.com/wp-labs/wp-motor?tag=v1.20.7#16cae9c5ce362981222038126433cd11d3512429" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" dependencies = [ "anyhow", "comfy-table", @@ -7044,17 +7368,17 @@ dependencies = [ "serde_json", "toml", "wildmatch", - "wp-cli-core", - "wp-config", + "wp-cli-core 1.21.6", + "wp-config 1.21.6", "wp-connector-api", "wp-core-connectors", - "wp-data-utils", - "wp-engine", + "wp-data-utils 1.21.6", + "wp-engine 1.21.6", "wp-error", "wp-knowledge", "wp-lang", "wp-log", - "wp-oml", + "wp-oml 1.21.6", ] [[package]] @@ -7103,9 +7427,37 @@ dependencies = [ "derive_builder", "ipnet", "log", - "lru", + "lru 0.16.4", + "mockall", + "orion_overload 1.20.7", + "serde", + "serde_derive", + "serde_json", + "smallvec", + "smol_str", + "strum_macros", + "thiserror 2.0.18", + "toml", + "wildmatch", + "wp-log", + "wp-model-core", +] + +[[package]] +name = "wp-stats" +version = "1.21.6" +source = "git+https://github.com/wp-labs/wp-motor?tag=v1.21.6#8fdedff2ced1180095b2849075d6894e5411b8cf" +dependencies = [ + "anyhow", + "chrono", + "contracts", + "derive-getters", + "derive_builder", + "ipnet", + "log", + "lru 0.17.0", "mockall", - "orion_overload", + "orion_overload 1.21.6", "serde", "serde_derive", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d94e974..47ba489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ wp-knowledge = "0.11" wp-engine = { git = "https://github.com/wp-labs/wp-motor", tag = "v1.20.7" } wp-config = { package = "wp-config", git = "https://github.com/wp-labs/wp-motor", tag = "v1.20.7" } wp-cli-core = { package = "wp-cli-core", git = "https://github.com/wp-labs/wp-motor", tag = "v1.20.7" } -wp-proj = { package = "wp-proj", git = "https://github.com/wp-labs/wp-motor", tag = "v1.20.7" } +wp-proj = { package = "wp-proj", git = "https://github.com/wp-labs/wp-motor", tag = "v1.21.6" } # @gxl:end(remote_motor) wp-self-update = "0.1"