diff --git a/Cargo.lock b/Cargo.lock index 2228d0e..26149fd 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.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" + [[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.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f5a9338cc26a6ffa77932c6386b227714e1a9b75f5cf644739d0c3605e19a95" +checksum = "3d205ec8d1fc62db874cc7af787cc5919a6d8513974159de950764917c563f30" dependencies = [ - "bitflags", + "bitflags 2.10.0", "dashmap", "serde", - "twilight-model", + "twilight-model 0.17.1", ] [[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.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf6bb7b93a7f765d89b3388cc710c0ae16104579e06bb30ea1ee6bd41420a8b" +dependencies = [ + "bitflags 2.10.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..6d4941e 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.17.0" twilight-gateway = "0.15.4" twilight-http = "0.15.4" twilight-model = "0.15.4"