Tracks: Replace RwLock<TypeMap> data store with Arc<dyn Any> (#219)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user