Skip to content

Commit 65bc3c8

Browse files
authored
Bump extract_map to 0.2 (#3117)
1 parent 7da8e2a commit 65bc3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bool_to_bitflags = { version = "0.1.2" }
4646
nonmax = { version = "0.5.5", features = ["serde"] }
4747
strum = { version = "0.26", features = ["derive"] }
4848
to-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"] }
5050
aformat = "0.1.3"
5151
bytes = "1.5.0"
5252
# Optional dependencies
@@ -62,7 +62,7 @@ mime_guess = { version = "2.0.4", optional = true }
6262
dashmap = { version = "6.1.0", features = ["serde"], optional = true }
6363
parking_lot = { version = "0.12.1"}
6464
ed25519-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
6868
serenity-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.
132132
temp_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
137137
tracing_instrument = ["tracing/attributes"]

0 commit comments

Comments
 (0)