diff options
Diffstat (limited to 'exes/cache/Cargo.toml')
| -rw-r--r-- | exes/cache/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/exes/cache/Cargo.toml b/exes/cache/Cargo.toml index 7566c1b..ad8bca7 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.11" +tokio-stream = "0.1.14" -serde = { version = "1.0.8", features = ["derive"] } +serde = { version = "1.0.166", features = ["derive"] } serde_json = { version = "1.0" } -async-nats = "0.26.0" -twilight-model = "0.14.2" -anyhow = "1.0.68" +async-nats = "0.29.0" +twilight-model = "0.15.2" +anyhow = "1.0.71" -tracing = "0.1.37"
\ No newline at end of file +tracing = "0.1.37" |
