summaryrefslogtreecommitdiff
path: root/libs/shared/Cargo.toml
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 13:42:08 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 13:42:08 +0400
commit28bb57889e5fe387687510ae654956667dea697a (patch)
treec1e347d5ddb7f0a2b4bbd4e71d8e2a874a574127 /libs/shared/Cargo.toml
parent3fce14b4910e1f728a14186af67dbf76dcd1cce2 (diff)
bump twilight to 0.14.2
Diffstat (limited to 'libs/shared/Cargo.toml')
-rw-r--r--libs/shared/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/shared/Cargo.toml b/libs/shared/Cargo.toml
index 90e30ce..a9cd6b9 100644
--- a/libs/shared/Cargo.toml
+++ b/libs/shared/Cargo.toml
@@ -14,6 +14,6 @@ config = { version = "0.13", default-features = false, features = ["json", "yaml
redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] }
async-nats = "0.26.0"
-twilight-model = "0.14"
+twilight-model = "0.14.2"
anyhow = "1.0.68"
opentelemetry-otlp = "0.11.0" \ No newline at end of file