diff options
Diffstat (limited to 'libs/shared/Cargo.toml')
| -rw-r--r-- | libs/shared/Cargo.toml | 10 |
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" |
