diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-21 13:42:08 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-21 13:42:08 +0400 | 
| commit | 28bb57889e5fe387687510ae654956667dea697a (patch) | |
| tree | c1e347d5ddb7f0a2b4bbd4e71d8e2a874a574127 /exes/cache/Cargo.toml | |
| parent | 3fce14b4910e1f728a14186af67dbf76dcd1cce2 (diff) | |
bump twilight to 0.14.2
Diffstat (limited to 'exes/cache/Cargo.toml')
| -rw-r--r-- | exes/cache/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/cache/Cargo.toml b/exes/cache/Cargo.toml index 4dd7c97..7566c1b 100644 --- a/exes/cache/Cargo.toml +++ b/exes/cache/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.8", features = ["derive"] }  serde_json = { version = "1.0" }  async-nats = "0.26.0" -twilight-model = "0.14" +twilight-model = "0.14.2"  anyhow = "1.0.68"  tracing = "0.1.37"
\ No newline at end of file  | 
