diff --git a/Cargo.lock b/Cargo.lock index e17001de..f2936d41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3450,11 +3450,11 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "twilight-cache-inmemory" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "bitflags 2.5.0", "dashmap", "serde", - "tracing", "twilight-model", "twilight-util", ] @@ -3462,6 +3462,7 @@ dependencies = [ [[package]] name = "twilight-gateway" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "bitflags 2.5.0", "fastrand", @@ -3481,6 +3482,7 @@ dependencies = [ [[package]] name = "twilight-gateway-queue" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "tokio", "tracing", @@ -3489,6 +3491,7 @@ dependencies = [ [[package]] name = "twilight-http" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "fastrand", "http 1.1.0", @@ -3509,6 +3512,7 @@ dependencies = [ [[package]] name = "twilight-http-ratelimiting" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "tokio", "tracing", @@ -3517,6 +3521,7 @@ dependencies = [ [[package]] name = "twilight-model" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "bitflags 2.5.0", "serde", @@ -3528,6 +3533,7 @@ dependencies = [ [[package]] name = "twilight-util" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "twilight-model", ] @@ -3535,6 +3541,7 @@ dependencies = [ [[package]] name = "twilight-validate" version = "0.16.0-rc.1" +source = "git+https://github.com/pluralkit/twilight#41a71cc74441b54ed10e813e76ad040ce4c366e2" dependencies = [ "twilight-model", ]