Skip to content

Commit fa2ab17

Browse files
committed
specify minimum version
1 parent 5090d72 commit fa2ab17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ base64 = { version = "0.22.0" }
4141
zeroize = { version = "1.7" } # Not used in serenity, but bumps the minimal version from secrecy
4242
arrayvec = { version = "0.7.4", features = ["serde"] }
4343
serde_cow = { version = "0.1.0" }
44-
small-fixed-array = { version = "0.4", features = ["serde"] }
44+
small-fixed-array = { version = "0.4.10", features = ["serde"] }
4545
bool_to_bitflags = { version = "0.1.2" }
4646
nonmax = { version = "0.5.5", features = ["serde"] }
4747
strum = { version = "0.26", features = ["derive"] }
@@ -154,4 +154,3 @@ native_tls_backend = [
154154
[package.metadata.docs.rs]
155155
features = ["full"]
156156
rustdoc-args = ["--cfg", "docsrs"]
157-

0 commit comments

Comments
 (0)