diff --git a/Cargo.lock b/Cargo.lock index d114528..d612395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ "twilight-cache-inmemory", "twilight-gateway", "twilight-http", - "twilight-model", + "twilight-model 0.16.0", "twilight-util", ] @@ -1153,14 +1153,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "twilight-cache-inmemory" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc9de5f02fa89a48d3fa989811d67a3f3cc3179a46ce71089afa5412ff21fb41" +checksum = "3d205ec8d1fc62db874cc7af787cc5919a6d8513974159de950764917c563f30" dependencies = [ "bitflags", "dashmap", "serde", - "twilight-model", + "twilight-model 0.17.1", ] [[package]] @@ -1181,7 +1181,7 @@ dependencies = [ "tracing", "twilight-gateway-queue", "twilight-http", - "twilight-model", + "twilight-model 0.16.0", ] [[package]] @@ -1214,7 +1214,7 @@ dependencies = [ "tokio", "tracing", "twilight-http-ratelimiting", - "twilight-model", + "twilight-model 0.16.0", "twilight-validate", ] @@ -1241,13 +1241,26 @@ dependencies = [ "time", ] +[[package]] +name = "twilight-model" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf6bb7b93a7f765d89b3388cc710c0ae16104579e06bb30ea1ee6bd41420a8b" +dependencies = [ + "bitflags", + "serde", + "serde-value", + "serde_repr", + "time", +] + [[package]] name = "twilight-util" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5777d71286611c1639021f5f6e6b40300eb8da278449ac1cf6da01c94053425" dependencies = [ - "twilight-model", + "twilight-model 0.16.0", "twilight-validate", ] @@ -1257,7 +1270,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49f8d106028ede53708526364b03318bbf846babe146e3ff9e39821a0ca25ff4" dependencies = [ - "twilight-model", + "twilight-model 0.16.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 47ffc46..b344cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ dotenvy = "0.15.7" regex = "1.11.1" tokio = { version = "1.46.1", features = ["full"] } tracing = "0.1.41" -twilight-cache-inmemory = "0.16.0" +twilight-cache-inmemory = "0.17.0" twilight-gateway = "0.16.0" twilight-http = "0.16.0" twilight-model = "0.16.0"