We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654c41d commit 3e2d73bCopy full SHA for 3e2d73b
Cargo.toml
@@ -15,7 +15,7 @@ chacha20poly1305 = "0.10.1"
15
console_error_panic_hook = "0.1.7"
16
flate2 = "1.0.35"
17
formdata = "0.13.0"
18
-generic-array = { version = "0.14.7", features = [ "serde" ] }
+generic-array = { version = "^0.14", features = [ "serde" ] }
19
getrandom = { version = "0.2.15", features = [ "js" ] }
20
lz4_flex = "0.11.3"
21
mime_guess = "2.0.5"
0 commit comments