Skip to content

Commit 921e56a

Browse files
GnomedDevmkrasnitski
authored andcommitted
Bump extract_map to 0.2 (serenity-rs#3117)
1 parent eb221d8 commit 921e56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bool_to_bitflags = { version = "0.1.2" }
5151
nonmax = { version = "0.5.5", features = ["serde"] }
5252
strum = { version = "0.26", features = ["derive"] }
5353
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"] }
5555
aformat = "0.1.3"
5656
bytes = "1.5.0"
5757
# Optional dependencies
@@ -67,7 +67,7 @@ mime_guess = { version = "2.0.4", optional = true }
6767
dashmap = { version = "6.1.0", features = ["serde"], optional = true }
6868
parking_lot = { version = "0.12.1"}
6969
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"] }
7171
# serde feature only allows for serialisation,
7272
# Serenity workspace crates
7373
serenity-voice-model = { version = "0.2.0", path = "./voice-model", optional = true }
@@ -136,7 +136,7 @@ full = ["default", "collector", "voice", "voice_model", "interactions_endpoint"]
136136
# Enables temporary caching in functions that retrieve data via the HTTP API.
137137
temp_cache = ["cache", "mini-moka", "typesize?/mini_moka"]
138138

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"]
140140

141141
# Enables compile-time heavy instrument macros from tracing
142142
tracing_instrument = ["tracing/attributes"]

0 commit comments

Comments
 (0)