|
@@ -211,9 +211,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
-version = "2.9.2"
|
|
|
+version = "2.9.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29"
|
|
|
+checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
|
|
|
|
|
|
[[package]]
|
|
|
name = "block-buffer"
|
|
@@ -263,10 +263,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
-version = "1.2.33"
|
|
|
+version = "1.2.35"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
|
|
|
+checksum = "590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3"
|
|
|
dependencies = [
|
|
|
+ "find-msvc-tools",
|
|
|
"shlex",
|
|
|
]
|
|
|
|
|
@@ -482,9 +483,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "deranged"
|
|
|
-version = "0.4.0"
|
|
|
+version = "0.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
|
+checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
|
|
|
dependencies = [
|
|
|
"powerfmt",
|
|
|
"serde",
|
|
@@ -731,6 +732,12 @@ version = "0.2.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "find-msvc-tools"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fixedbitset"
|
|
|
version = "0.5.7"
|
|
@@ -929,7 +936,7 @@ dependencies = [
|
|
|
"js-sys",
|
|
|
"libc",
|
|
|
"r-efi",
|
|
|
- "wasi 0.14.2+wasi-0.2.4",
|
|
|
+ "wasi 0.14.3+wasi-0.2.4",
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
@@ -941,9 +948,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
|
|
[[package]]
|
|
|
name = "governor"
|
|
|
-version = "0.8.1"
|
|
|
+version = "0.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb"
|
|
|
+checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"dashmap",
|
|
@@ -951,7 +958,7 @@ dependencies = [
|
|
|
"futures-timer",
|
|
|
"futures-util",
|
|
|
"getrandom 0.3.3",
|
|
|
- "no-std-compat",
|
|
|
+ "hashbrown 0.15.5",
|
|
|
"nonzero_ext",
|
|
|
"parking_lot",
|
|
|
"portable-atomic",
|
|
@@ -985,7 +992,7 @@ dependencies = [
|
|
|
"futures-sink",
|
|
|
"futures-util",
|
|
|
"http 0.2.12",
|
|
|
- "indexmap 2.10.0",
|
|
|
+ "indexmap 2.11.0",
|
|
|
"slab",
|
|
|
"tokio",
|
|
|
"tokio-util",
|
|
@@ -1004,7 +1011,7 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
|
"http 1.3.1",
|
|
|
- "indexmap 2.10.0",
|
|
|
+ "indexmap 2.11.0",
|
|
|
"slab",
|
|
|
"tokio",
|
|
|
"tokio-util",
|
|
@@ -1256,7 +1263,7 @@ dependencies = [
|
|
|
"js-sys",
|
|
|
"log",
|
|
|
"wasm-bindgen",
|
|
|
- "windows-core 0.61.2",
|
|
|
+ "windows-core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1394,9 +1401,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "indexmap"
|
|
|
-version = "2.10.0"
|
|
|
+version = "2.11.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
|
+checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
|
|
|
dependencies = [
|
|
|
"equivalent",
|
|
|
"hashbrown 0.15.5",
|
|
@@ -1423,11 +1430,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "io-uring"
|
|
|
-version = "0.7.9"
|
|
|
+version = "0.7.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
|
|
+checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
|
]
|
|
@@ -1464,9 +1471,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
|
|
|
[[package]]
|
|
|
name = "js-sys"
|
|
|
-version = "0.3.77"
|
|
|
+version = "0.3.78"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
+checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
|
|
|
dependencies = [
|
|
|
"once_cell",
|
|
|
"wasm-bindgen",
|
|
@@ -1531,26 +1538,26 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "log"
|
|
|
-version = "0.4.27"
|
|
|
+version = "0.4.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
|
+checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
|
|
|
|
[[package]]
|
|
|
name = "lru"
|
|
|
-version = "0.13.0"
|
|
|
+version = "0.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465"
|
|
|
+checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed"
|
|
|
dependencies = [
|
|
|
"hashbrown 0.15.5",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "matchers"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
+checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
|
dependencies = [
|
|
|
- "regex-automata 0.1.10",
|
|
|
+ "regex-automata",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1640,12 +1647,6 @@ dependencies = [
|
|
|
"tempfile",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "no-std-compat"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "nonzero_ext"
|
|
|
version = "0.3.0"
|
|
@@ -1663,12 +1664,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "nu-ansi-term"
|
|
|
-version = "0.46.0"
|
|
|
+version = "0.50.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
+checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
|
|
|
dependencies = [
|
|
|
- "overload",
|
|
|
- "winapi",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1744,6 +1744,25 @@ dependencies = [
|
|
|
"url",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "objc2-core-foundation"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.4",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "objc2-io-kit"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "objc2-core-foundation",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "object"
|
|
|
version = "0.36.7"
|
|
@@ -1797,7 +1816,7 @@ version = "0.10.73"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
"cfg-if",
|
|
|
"foreign-types",
|
|
|
"libc",
|
|
@@ -1858,12 +1877,6 @@ dependencies = [
|
|
|
"num-traits",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "overload"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "p256"
|
|
|
version = "0.13.2"
|
|
@@ -1933,7 +1946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
|
dependencies = [
|
|
|
"fixedbitset",
|
|
|
- "indexmap 2.10.0",
|
|
|
+ "indexmap 2.11.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2021,9 +2034,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "potential_utf"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
|
+checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
|
|
|
dependencies = [
|
|
|
"zerovec",
|
|
|
]
|
|
@@ -2290,7 +2303,7 @@ version = "11.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2299,7 +2312,7 @@ version = "0.5.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2324,47 +2337,32 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "1.11.1"
|
|
|
+version = "1.11.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
+checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
|
|
dependencies = [
|
|
|
"aho-corasick",
|
|
|
"memchr",
|
|
|
- "regex-automata 0.4.9",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-automata"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
-dependencies = [
|
|
|
- "regex-syntax 0.6.29",
|
|
|
+ "regex-automata",
|
|
|
+ "regex-syntax",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-automata"
|
|
|
-version = "0.4.9"
|
|
|
+version = "0.4.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
+checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
|
|
|
dependencies = [
|
|
|
"aho-corasick",
|
|
|
"memchr",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
+ "regex-syntax",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
|
-version = "0.6.29"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.8.5"
|
|
|
+version = "0.8.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
+checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
|
|
|
|
|
|
[[package]]
|
|
|
name = "reqwest"
|
|
@@ -2479,7 +2477,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "rustfsm"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"rustfsm_procmacro",
|
|
|
"rustfsm_trait",
|
|
@@ -2488,7 +2486,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "rustfsm_procmacro"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"derive_more",
|
|
|
"proc-macro2",
|
|
@@ -2500,7 +2498,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "rustfsm_trait"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustix"
|
|
@@ -2508,7 +2506,7 @@ version = "1.0.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
"errno",
|
|
|
"libc",
|
|
|
"linux-raw-sys",
|
|
@@ -2642,7 +2640,7 @@ version = "2.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
"core-foundation 0.9.4",
|
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
@@ -2655,7 +2653,7 @@ version = "3.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c"
|
|
|
dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
+ "bitflags 2.9.4",
|
|
|
"core-foundation 0.10.1",
|
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
@@ -2761,7 +2759,7 @@ dependencies = [
|
|
|
"chrono",
|
|
|
"hex",
|
|
|
"indexmap 1.9.3",
|
|
|
- "indexmap 2.10.0",
|
|
|
+ "indexmap 2.11.0",
|
|
|
"schemars 0.9.0",
|
|
|
"schemars 1.0.4",
|
|
|
"serde",
|
|
@@ -2985,14 +2983,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "sysinfo"
|
|
|
-version = "0.33.1"
|
|
|
+version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
|
|
|
+checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753"
|
|
|
dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
"libc",
|
|
|
"memchr",
|
|
|
"ntapi",
|
|
|
+ "objc2-core-foundation",
|
|
|
+ "objc2-io-kit",
|
|
|
"windows",
|
|
|
]
|
|
|
|
|
@@ -3033,7 +3032,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "temporal-client"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -3065,7 +3064,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "temporal-sdk"
|
|
|
version = "0.1.0-alpha.1"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -3087,7 +3086,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "temporal-sdk-core"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -3136,7 +3135,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "temporal-sdk-core-api"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"derive_builder",
|
|
@@ -3155,7 +3154,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "temporal-sdk-core-protos"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/temporalio/sdk-core?branch=master#199880d2f5673895e6437bc39a031243c7b7861c"
|
|
|
+source = "git+https://github.com/temporalio/sdk-core?branch=master#4614dcb8f4ffd2cb244eb0a19d7485c896e3459e"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"base64 0.22.1",
|
|
@@ -3240,12 +3239,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "time"
|
|
|
-version = "0.3.41"
|
|
|
+version = "0.3.43"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
|
+checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031"
|
|
|
dependencies = [
|
|
|
"deranged",
|
|
|
- "itoa",
|
|
|
"num-conv",
|
|
|
"powerfmt",
|
|
|
"serde",
|
|
@@ -3255,15 +3253,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "time-core"
|
|
|
-version = "0.1.4"
|
|
|
+version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
|
+checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "time-macros"
|
|
|
-version = "0.2.22"
|
|
|
+version = "0.2.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
|
+checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
|
dependencies = [
|
|
|
"num-conv",
|
|
|
"time-core",
|
|
@@ -3416,7 +3414,7 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
- "indexmap 2.10.0",
|
|
|
+ "indexmap 2.11.0",
|
|
|
"pin-project-lite",
|
|
|
"slab",
|
|
|
"sync_wrapper 1.0.2",
|
|
@@ -3473,15 +3471,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tracing-subscriber"
|
|
|
-version = "0.3.19"
|
|
|
+version = "0.3.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
+checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
|
|
dependencies = [
|
|
|
"matchers",
|
|
|
"nu-ansi-term",
|
|
|
"once_cell",
|
|
|
"parking_lot",
|
|
|
- "regex",
|
|
|
+ "regex-automata",
|
|
|
"sharded-slab",
|
|
|
"thread_local",
|
|
|
"tracing",
|
|
@@ -3562,9 +3560,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "2.5.4"
|
|
|
+version = "2.5.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
+checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
|
dependencies = [
|
|
|
"form_urlencoded",
|
|
|
"idna",
|
|
@@ -3580,9 +3578,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
|
[[package]]
|
|
|
name = "uuid"
|
|
|
-version = "1.18.0"
|
|
|
+version = "1.18.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
|
|
|
+checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
|
dependencies = [
|
|
|
"getrandom 0.3.3",
|
|
|
"js-sys",
|
|
@@ -3630,30 +3628,31 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasi"
|
|
|
-version = "0.14.2+wasi-0.2.4"
|
|
|
+version = "0.14.3+wasi-0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
|
+checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
|
|
|
dependencies = [
|
|
|
- "wit-bindgen-rt",
|
|
|
+ "wit-bindgen",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
-version = "0.2.100"
|
|
|
+version = "0.2.101"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
+checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"once_cell",
|
|
|
"rustversion",
|
|
|
"wasm-bindgen-macro",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.100"
|
|
|
+version = "0.2.101"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
+checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
|
|
|
dependencies = [
|
|
|
"bumpalo",
|
|
|
"log",
|
|
@@ -3665,9 +3664,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-futures"
|
|
|
-version = "0.4.50"
|
|
|
+version = "0.4.51"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
|
+checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"js-sys",
|
|
@@ -3678,9 +3677,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.100"
|
|
|
+version = "0.2.101"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
+checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
|
|
|
dependencies = [
|
|
|
"quote",
|
|
|
"wasm-bindgen-macro-support",
|
|
@@ -3688,9 +3687,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.100"
|
|
|
+version = "0.2.101"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
+checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -3701,18 +3700,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.100"
|
|
|
+version = "0.2.101"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
+checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
|
|
|
dependencies = [
|
|
|
"unicode-ident",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "web-sys"
|
|
|
-version = "0.3.77"
|
|
|
+version = "0.3.78"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
|
+checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
|
|
|
dependencies = [
|
|
|
"js-sys",
|
|
|
"wasm-bindgen",
|
|
@@ -3752,24 +3751,24 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows"
|
|
|
-version = "0.57.0"
|
|
|
+version = "0.61.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
|
|
+checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
|
dependencies = [
|
|
|
- "windows-core 0.57.0",
|
|
|
- "windows-targets 0.52.6",
|
|
|
+ "windows-collections",
|
|
|
+ "windows-core",
|
|
|
+ "windows-future",
|
|
|
+ "windows-link",
|
|
|
+ "windows-numerics",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-core"
|
|
|
-version = "0.57.0"
|
|
|
+name = "windows-collections"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
|
|
+checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
|
dependencies = [
|
|
|
- "windows-implement 0.57.0",
|
|
|
- "windows-interface 0.57.0",
|
|
|
- "windows-result 0.1.2",
|
|
|
- "windows-targets 0.52.6",
|
|
|
+ "windows-core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3778,22 +3777,22 @@ version = "0.61.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
dependencies = [
|
|
|
- "windows-implement 0.60.0",
|
|
|
- "windows-interface 0.59.1",
|
|
|
+ "windows-implement",
|
|
|
+ "windows-interface",
|
|
|
"windows-link",
|
|
|
- "windows-result 0.3.4",
|
|
|
+ "windows-result",
|
|
|
"windows-strings",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-implement"
|
|
|
-version = "0.57.0"
|
|
|
+name = "windows-future"
|
|
|
+version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
+checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
|
dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.106",
|
|
|
+ "windows-core",
|
|
|
+ "windows-link",
|
|
|
+ "windows-threading",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3807,17 +3806,6 @@ dependencies = [
|
|
|
"syn 2.0.106",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-interface"
|
|
|
-version = "0.57.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.106",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-interface"
|
|
|
version = "0.59.1"
|
|
@@ -3836,12 +3824,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-result"
|
|
|
-version = "0.1.2"
|
|
|
+name = "windows-numerics"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
|
+checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
|
dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
+ "windows-core",
|
|
|
+ "windows-link",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3946,6 +3935,15 @@ dependencies = [
|
|
|
"windows_x86_64_msvc 0.53.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-threading"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
|
+dependencies = [
|
|
|
+ "windows-link",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
version = "0.48.5"
|
|
@@ -4095,13 +4093,10 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "wit-bindgen-rt"
|
|
|
-version = "0.39.0"
|
|
|
+name = "wit-bindgen"
|
|
|
+version = "0.45.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.2",
|
|
|
-]
|
|
|
+checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"
|
|
|
|
|
|
[[package]]
|
|
|
name = "writeable"
|