summaryrefslogtreecommitdiff
path: root/exes/cache/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 00:45:15 +0400
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 00:45:15 +0400
commit65a07b5b5fdd9861ce9953e30b95674d1e583685 (patch)
tree307a8afd1a3e88b0747e28f6ad5d4af190f940d8 /exes/cache/Cargo.toml
parentea6bd807e574e7e233cedfd8f54b0ee1f18108e2 (diff)
update cargo deps
Diffstat (limited to 'exes/cache/Cargo.toml')
-rw-r--r--exes/cache/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exes/cache/Cargo.toml b/exes/cache/Cargo.toml
index ad8bca7..12279cd 100644
--- a/exes/cache/Cargo.toml
+++ b/exes/cache/Cargo.toml
@@ -14,13 +14,13 @@ shared = { path = "../../libs/shared" }
proto = { path = "../../libs/proto" }
tokio = { version = "1", features = ["rt"] }
-tokio-stream = "0.1.14"
+tokio-stream = "0.1.15"
-serde = { version = "1.0.166", features = ["derive"] }
+serde = { version = "1.0.204", features = ["derive"] }
serde_json = { version = "1.0" }
-async-nats = "0.29.0"
-twilight-model = "0.15.2"
-anyhow = "1.0.71"
+async-nats = "0.35.1"
+twilight-model = "0.15.4"
+anyhow = "1.0.86"
-tracing = "0.1.37"
+tracing = "0.1.40"