diff --git a/Cargo.toml b/Cargo.toml index 47ffc46..f244fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ tokio = { version = "1.46.1", features = ["full"] } tracing = "0.1.41" twilight-cache-inmemory = "0.16.0" twilight-gateway = "0.16.0" -twilight-http = "0.16.0" +twilight-http = "0.17.0" twilight-model = "0.16.0" twilight-util = { version = "0.16.0", features = ["builder", "snowflake"] }