From f794c183967893a6585323b299e875fab604e39e Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Wed, 5 Jul 2023 07:18:34 +0000 Subject: bump all dependencies --- libs/shared/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/shared/Cargo.toml') diff --git a/libs/shared/Cargo.toml b/libs/shared/Cargo.toml index a9cd6b9..ec5d33f 100644 --- a/libs/shared/Cargo.toml +++ b/libs/shared/Cargo.toml @@ -11,9 +11,9 @@ tracing = { workspace = true } tokio = { workspace = true } config = { version = "0.13", default-features = false, features = ["json", "yaml-rust", "ini"] } -redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] } +redis = { version = "0.23.0", features = ["cluster", "connection-manager", "tokio-comp"] } -async-nats = "0.26.0" -twilight-model = "0.14.2" -anyhow = "1.0.68" -opentelemetry-otlp = "0.11.0" \ No newline at end of file +async-nats = "0.29.0" +twilight-model = "0.15.2" +anyhow = "1.0.71" +opentelemetry-otlp = "0.12.0" -- cgit v1.2.3