diff --git a/Cargo.lock b/Cargo.lock index 2228d0e..ff528c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -134,6 +134,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" + [[package]] name = "block-buffer" version = "0.10.4" @@ -620,7 +626,7 @@ dependencies = [ "twilight-cache-inmemory", "twilight-gateway", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", "twilight-util", ] @@ -780,7 +786,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -903,7 +909,7 @@ version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -1243,14 +1249,14 @@ dependencies = [ [[package]] name = "twilight-cache-inmemory" -version = "0.15.4" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f5a9338cc26a6ffa77932c6386b227714e1a9b75f5cf644739d0c3605e19a95" +checksum = "bc9de5f02fa89a48d3fa989811d67a3f3cc3179a46ce71089afa5412ff21fb41" dependencies = [ - "bitflags", + "bitflags 2.7.0", "dashmap", "serde", - "twilight-model", + "twilight-model 0.16.0", ] [[package]] @@ -1259,7 +1265,7 @@ version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30be5c7e2b13b4a59e0f93344c070c23404279a318a324eece1f4384ead47d86" dependencies = [ - "bitflags", + "bitflags 1.3.2", "flate2", "futures-util", "rand", @@ -1272,7 +1278,7 @@ dependencies = [ "tracing", "twilight-gateway-queue", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", ] [[package]] @@ -1301,7 +1307,7 @@ dependencies = [ "tokio", "tracing", "twilight-http-ratelimiting", - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", ] @@ -1323,7 +1329,20 @@ version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bd50f4817b3b421395afac89f5d7b61fdfd0f00a28b2a7db983e4878b4a1a" dependencies = [ - "bitflags", + "bitflags 1.3.2", + "serde", + "serde-value", + "serde_repr", + "time", +] + +[[package]] +name = "twilight-model" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "191e2efa051dfbd9bed4c9f6bd3f5e007bda909c687a1db2760371a3d566617d" +dependencies = [ + "bitflags 2.7.0", "serde", "serde-value", "serde_repr", @@ -1336,7 +1355,7 @@ version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe3149347d8222e042a55deba80cd32f93f14770bbb845b8e4cfbd70a5062c56" dependencies = [ - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", ] @@ -1346,7 +1365,7 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3595d5ad595d8d3a97096a01899b53d3a8117ab16deda27526b315a1db815da4" dependencies = [ - "twilight-model", + "twilight-model 0.15.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 785c04d..672d899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ dotenvy = "0.15.7" env_logger = "0.11.1" log = "0.4.20" tokio = { version = "1.36.0", features = ["full"] } -twilight-cache-inmemory = "0.15.4" +twilight-cache-inmemory = "0.16.0" twilight-gateway = "0.15.4" twilight-http = "0.15.4" twilight-model = "0.15.4"