diff --git a/Cargo.lock b/Cargo.lock index fcbd7151..ab0a8cdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ dependencies = [ [[package]] name = "twilight-model" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e208e0d8dcda82fd6e1c892d0c03f24c3ecc18709f35f9b6969facf0050485c0" +checksum = "da3881807717963c8fe0afc7ce4e6f64cc3c5ae3ec0a9ba4a13462b1367a266d" dependencies = [ "bitflags", "serde", diff --git a/Cargo.toml b/Cargo.toml index 02d4188f..11d2b908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] twilight-gateway = "0.11.0" twilight-http = "0.11.0" -twilight-model = "0.11.0" +twilight-model = "0.11.2" twilight-util = { version = "0.11.0", features = ["builder"] } twilight-interactions = "0.11.0" twilight-error = "0.11.4"