fix Cargo.lock

This commit is contained in:
alyssa 2024-10-14 01:16:18 +09:00
parent 01b32d827f
commit f3c4590d11

9
Cargo.lock generated
View file

@ -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",
]