@@ -46,7 +46,7 @@ bool_to_bitflags = { version = "0.1.2" }
4646nonmax = { version = " 0.5.5" , features = [" serde" ] }
4747strum = { version = " 0.26" , features = [" derive" ] }
4848to-arraystring = " 0.2.0"
49- extract_map = { version = " 0.1 .0" , features = [" serde" , " iter_mut" ] }
49+ extract_map = { version = " 0.2 .0" , features = [" serde" , " iter_mut" ] }
5050aformat = " 0.1.3"
5151bytes = " 1.5.0"
5252# Optional dependencies
@@ -62,7 +62,7 @@ mime_guess = { version = "2.0.4", optional = true }
6262dashmap = { version = " 6.1.0" , features = [" serde" ], optional = true }
6363parking_lot = { version = " 0.12.1" }
6464ed25519-dalek = { version = " 2.0.0" , optional = true }
65- typesize = { version = " 0.1.6 " , optional = true , features = [" url" , " time" , " serde_json" , " secrecy" , " parking_lot" , " nonmax" , " extract_map_01 " ] }
65+ typesize = { version = " 0.1.13 " , optional = true , features = [" url" , " time" , " serde_json" , " secrecy" , " parking_lot" , " nonmax" ] }
6666# serde feature only allows for serialisation,
6767# Serenity workspace crates
6868serenity-voice-model = { version = " 0.2.0" , path = " ./voice-model" , optional = true }
@@ -131,7 +131,7 @@ full = ["default", "collector", "voice", "voice_model", "interactions_endpoint"]
131131# Enables temporary caching in functions that retrieve data via the HTTP API.
132132temp_cache = [" cache" , " mini-moka" , " typesize?/mini_moka" ]
133133
134- typesize = [" dep:typesize" , " dashmap/typesize" , " small-fixed-array/typesize" , " bool_to_bitflags/typesize" ]
134+ typesize = [" dep:typesize" , " dashmap/typesize" , " small-fixed-array/typesize" , " bool_to_bitflags/typesize" , " extract_map/typesize " ]
135135
136136# Enables compile-time heavy instrument macros from tracing
137137tracing_instrument = [" tracing/attributes" ]
0 commit comments