From 62c7c193dbc7dead4ede32846dc76a19b139f14c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:18:30 +0000 Subject: [PATCH] chore(deps): update rust crate tucana to 0.0.12 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ac192f..19e55ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2511,9 +2511,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.11" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd5a53533087b1ca2229f9a16ecc4165d3dd866378a5ca31980dc20a6f3b3da8" +checksum = "c90a2843c4e1339f1ddb886710121d4e1cfe84f9b10e0f4eca8379515ddac111" dependencies = [ "prost", "prost-serde-derive", diff --git a/Cargo.toml b/Cargo.toml index 922389d..27f263e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde_json = { version = "1.0" } json_env_logger2 = "0.2" log = "0.4.22" clokwerk = { version = "0.4", features = ["async"] } -tucana = { version = "0.0.11", features = ["sagittarius", "aquila"] } +tucana = { version = "0.0.12", features = ["sagittarius", "aquila"] } dotenv = "0.15.0" rabbitmq-stream-client = "0.7.0" async-trait = "0.1.81"