Update Rust crate twilight-cache-inmemory to 0.16
Some checks failed
tests / fmt (push) Successful in 1m21s
tests / clippy (push) Failing after 1m16s
tests / build (push) Failing after 1m22s
tests / test (push) Failing after 1m21s
tests / pre-commit (push) Failing after 1m28s

This commit is contained in:
2025-03-04 13:17:05 +00:00
parent b60cce35ca
commit 7c1d1ef771
2 changed files with 25 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ twilight-gateway = "0.15"
twilight-http = "0.15"
twilight-model = "0.15"
twilight-standby = "0.15"
twilight-cache-inmemory = "0.15"
twilight-cache-inmemory = "0.16"
twilight-util = { version = "0.15", features=["builder"] }
dotenv = "0.15.0"
serde = { version = "1.0", features = ["derive"] }