Tracks: Replace RwLock<TypeMap> data store with Arc<dyn Any> (#219)

This commit is contained in:
Gnome!
2024-01-21 19:45:48 +00:00
committed by Kyle Simpson
parent 2bcc5223fe
commit 0d6a226910
4 changed files with 45 additions and 31 deletions

View File

@@ -54,7 +54,6 @@ tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"
twilight-gateway = { default-features = false, optional = true, version = "0.15.0" }
twilight-model = { default-features = false, optional = true, version = "0.15.0" }
typemap_rev = { optional = true, version = "0.3" }
typenum = { optional = true, version = "1.17.0" }
url = { optional = true, version = "2" }
uuid = { features = ["v4"], optional = true, version = "1" }
@@ -111,7 +110,6 @@ driver = [
"dep:tokio",
"dep:tokio-tungstenite",
"dep:tokio-util",
"dep:typemap_rev",
"dep:typenum",
"dep:url",
"dep:uuid",