@@ -51,7 +51,7 @@ bool_to_bitflags = { version = "0.1.2" }
51
51
nonmax = { version = " 0.5.5" , features = [" serde" ] }
52
52
strum = { version = " 0.26" , features = [" derive" ] }
53
53
to-arraystring = " 0.2.0"
54
- extract_map = { version = " 0.1 .0" , features = [" serde" , " iter_mut" ] }
54
+ extract_map = { version = " 0.2 .0" , features = [" serde" , " iter_mut" ] }
55
55
aformat = " 0.1.3"
56
56
bytes = " 1.5.0"
57
57
# Optional dependencies
@@ -67,7 +67,7 @@ mime_guess = { version = "2.0.4", optional = true }
67
67
dashmap = { version = " 6.1.0" , features = [" serde" ], optional = true }
68
68
parking_lot = { version = " 0.12.1" }
69
69
ed25519-dalek = { version = " 2.0.0" , optional = true }
70
- typesize = { version = " 0.1.6 " , optional = true , features = [" url" , " time" , " serde_json" , " secrecy" , " parking_lot" , " nonmax" , " extract_map_01 " ] }
70
+ typesize = { version = " 0.1.13 " , optional = true , features = [" url" , " time" , " serde_json" , " secrecy" , " parking_lot" , " nonmax" ] }
71
71
# serde feature only allows for serialisation,
72
72
# Serenity workspace crates
73
73
serenity-voice-model = { version = " 0.2.0" , path = " ./voice-model" , optional = true }
@@ -136,7 +136,7 @@ full = ["default", "collector", "voice", "voice_model", "interactions_endpoint"]
136
136
# Enables temporary caching in functions that retrieve data via the HTTP API.
137
137
temp_cache = [" cache" , " mini-moka" , " typesize?/mini_moka" ]
138
138
139
- typesize = [" dep:typesize" , " dashmap/typesize" , " small-fixed-array/typesize" , " bool_to_bitflags/typesize" ]
139
+ typesize = [" dep:typesize" , " dashmap/typesize" , " small-fixed-array/typesize" , " bool_to_bitflags/typesize" , " extract_map/typesize " ]
140
140
141
141
# Enables compile-time heavy instrument macros from tracing
142
142
tracing_instrument = [" tracing/attributes" ]
0 commit comments