diff --git a/Cargo.toml b/Cargo.toml index 785c04d..31bdad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ tokio = { version = "1.36.0", features = ["full"] } twilight-cache-inmemory = "0.15.4" twilight-gateway = "0.15.4" twilight-http = "0.15.4" -twilight-model = "0.15.4" +twilight-model = "0.17.0" twilight-util = { version = "0.15.4", features = ["builder"] }