summaryrefslogtreecommitdiff
path: root/libs/shared/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
commitf794c183967893a6585323b299e875fab604e39e (patch)
treef04b3caae958ffb42625c5a97465673c5dfff06c /libs/shared/Cargo.toml
parente79034a44d6a747cac94e1d425bc200341e40f98 (diff)
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'libs/shared/Cargo.toml')
-rw-r--r--libs/shared/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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"