From c2c5f707a91ecfa643ccb5a827c6d3511dd53f27 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 23 Aug 2026 20:41:07 +0200 Subject: [PATCH] deps: updated hercules & tucana --- actions/cron-action/Cargo.lock | 8 ++++---- actions/cron-action/Cargo.toml | 2 +- actions/rest-action/Cargo.lock | 24 ++++++++++++------------ actions/rest-action/Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/actions/cron-action/Cargo.lock b/actions/cron-action/Cargo.lock index 4d8529f..d64e9d5 100644 --- a/actions/cron-action/Cargo.lock +++ b/actions/cron-action/Cargo.lock @@ -445,7 +445,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hercules" version = "0.0.0" -source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#c6ec1336b39e246cc739ab698291e06fd1f08978" +source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#3e46c7dd9fa0a48ef748f93694eaf62a4bca4ac8" dependencies = [ "async-trait", "hercules-macros", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "hercules-macros" version = "0.0.0" -source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#c6ec1336b39e246cc739ab698291e06fd1f08978" +source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#3e46c7dd9fa0a48ef748f93694eaf62a4bca4ac8" dependencies = [ "proc-macro2", "quote", @@ -1449,9 +1449,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.80" +version = "0.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cfe93386a4f88e5ea97e6ce64b72b975a8bb5464062cb66aad12e46544b959" +checksum = "9f2eb0829308e8695969b580f1ff4c80f0e2c5e6b6b7f49aeb751d458410e93a" dependencies = [ "pbjson", "pbjson-build", diff --git a/actions/cron-action/Cargo.toml b/actions/cron-action/Cargo.toml index 1e985a0..36ff88f 100644 --- a/actions/cron-action/Cargo.toml +++ b/actions/cron-action/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] hercules = { git = "https://github.com/code0-tech/hercules.git", branch = "#22-primitive-rust-sdk" } -tucana = { version = "0.0.80", default-features = false } +tucana = { version = "0.0.82", default-features = false } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] } tokio-stream = "0.1" chrono = { version = "0.4", default-features = false, features = ["clock"] } diff --git a/actions/rest-action/Cargo.lock b/actions/rest-action/Cargo.lock index 988f23e..6f359cc 100644 --- a/actions/rest-action/Cargo.lock +++ b/actions/rest-action/Cargo.lock @@ -412,7 +412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -637,7 +637,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hercules" version = "0.0.0" -source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#c6ec1336b39e246cc739ab698291e06fd1f08978" +source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#3e46c7dd9fa0a48ef748f93694eaf62a4bca4ac8" dependencies = [ "async-trait", "hercules-macros", @@ -650,14 +650,14 @@ dependencies = [ "tokio", "tokio-stream", "tonic", - "tucana 0.0.80", + "tucana 0.0.82", "uuid", ] [[package]] name = "hercules-macros" version = "0.0.0" -source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#c6ec1336b39e246cc739ab698291e06fd1f08978" +source = "git+https://github.com/code0-tech/hercules.git?branch=%2322-primitive-rust-sdk#3e46c7dd9fa0a48ef748f93694eaf62a4bca4ac8" dependencies = [ "proc-macro2", "quote", @@ -1649,7 +1649,7 @@ dependencies = [ "serde_json", "tokio", "tokio-stream", - "tucana 0.0.80", + "tucana 0.0.82", ] [[package]] @@ -1685,7 +1685,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1741,7 +1741,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2006,10 +2006,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.80" +version = "0.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cfe93386a4f88e5ea97e6ce64b72b975a8bb5464062cb66aad12e46544b959" +checksum = "9f2eb0829308e8695969b580f1ff4c80f0e2c5e6b6b7f49aeb751d458410e93a" dependencies = [ "pbjson", "pbjson-build", @@ -2493,7 +2493,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/actions/rest-action/Cargo.toml b/actions/rest-action/Cargo.toml index 5a7df2b..5dbc168 100644 --- a/actions/rest-action/Cargo.toml +++ b/actions/rest-action/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] hercules = { git = "https://github.com/code0-tech/hercules.git", branch = "#22-primitive-rust-sdk" } -tucana = { version = "0.0.80", default-features = false } +tucana = { version = "0.0.82", default-features = false } tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "sync"] } tokio-stream = "0.1" hyper = "1.8"