diff --git a/Cargo.toml b/Cargo.toml index e86df78..237385c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }