From 8a79346b0429dbabd67dcb223ca0c7a00e67881b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:32:08 +0000 Subject: [PATCH] chore(deps): update rust crate tucana to 0.0.13 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1ce32f..7251408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", "heck", - "itertools 0.10.5", + "itertools 0.13.0", "log", "multimap", "once_cell", @@ -1575,7 +1575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.87", @@ -2492,9 +2492,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tucana" -version = "0.0.12" +version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c90a2843c4e1339f1ddb886710121d4e1cfe84f9b10e0f4eca8379515ddac111" +checksum = "f80d5d70f78d08e1b2cb745e604d12d290764dc859e9a5c8a389d63abdaeb248" dependencies = [ "prost", "prost-serde-derive", diff --git a/Cargo.toml b/Cargo.toml index 27f263e..f2f2a21 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.12", features = ["sagittarius", "aquila"] } +tucana = { version = "0.0.13", features = ["sagittarius", "aquila"] } dotenv = "0.15.0" rabbitmq-stream-client = "0.7.0" async-trait = "0.1.81"