File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " form-data"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
" Fangdun Tsai <[email protected] >" ]
5
5
description = " AsyncRead/AsyncWrite/Stream `multipart/form-data`"
6
6
homepage = " https://github.com/viz-rs/form-data"
@@ -29,7 +29,7 @@ bytes = "1.5"
29
29
http = " 1.0"
30
30
httparse = " 1.8"
31
31
mime = " 0.3"
32
- memchr = " 2.6 "
32
+ memchr = " 2.7 "
33
33
tracing = " 0.1"
34
34
thiserror = " 1.0"
35
35
serde = { version = " 1.0" , features = [" derive" ] }
@@ -47,7 +47,7 @@ http-body-util = "0.1"
47
47
hyper = { version = " 1.1" , features = [" server" , " http1" ] }
48
48
hyper-util = { version = " 0.1.2" , features = [" tokio" ] }
49
49
rand = " 0.8"
50
- tempfile = " 3.8 "
50
+ tempfile = " 3.9 "
51
51
tiny_http = " 0.12"
52
52
tokio = { version = " 1.0" , features = [" macros" , " rt-multi-thread" ] }
53
53
tokio-util = { version = " 0.7" , features = [" io" ] }
You can’t perform that action at this time.
0 commit comments