From 3c3fc6a03b288cb515084bce07cafd198e5380c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:07:59 +0000 Subject: [PATCH] chore(deps): update rust crate ractor to 0.10 --- Cargo.lock | 6 +++--- tap-agent/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5f7a1dd..28d75588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4340,15 +4340,15 @@ dependencies = [ [[package]] name = "ractor" -version = "0.9.8" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1d551077e2f2f354bd9cbe5520fe493cf57618bc70c1de4609f022ee9cc5d33" +checksum = "11e9a53fcabb680bb70a3ce495e744676ee7e1800a188e01a68d18916a1b48e1" dependencies = [ "async-trait", "dashmap", "futures", "once_cell", - "rand 0.8.5", + "strum 0.26.3", "tokio", "tracing", ] diff --git a/tap-agent/Cargo.toml b/tap-agent/Cargo.toml index 48780d98..fb3df3ce 100644 --- a/tap-agent/Cargo.toml +++ b/tap-agent/Cargo.toml @@ -36,7 +36,7 @@ ruint = { version = "1.12.3", features = [ futures-util = { version = "0.3.28", default-features = false } jsonrpsee = { version = "0.24.0", features = ["http-client", "tracing"] } tap_aggregator = { git = "https://github.com/semiotic-ai/timeline-aggregation-protocol", rev = "eb8447e" } -ractor = { version = "0.9", features = [ +ractor = { version = "0.10", features = [ "async-trait", ], default-features = false }