Skip to content

Commit 49fbb2f

Browse files
committed
bump: v0.5.2
1 parent e7c4549 commit 49fbb2f

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "form-data"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Fangdun Tsai <[email protected]>"]
55
description = "AsyncRead/AsyncWrite/Stream `multipart/form-data`"
66
homepage = "https://github.com/viz-rs/form-data"
@@ -29,7 +29,7 @@ bytes = "1.5"
2929
http = "1.0"
3030
httparse = "1.8"
3131
mime = "0.3"
32-
memchr = "2.6"
32+
memchr = "2.7"
3333
tracing = "0.1"
3434
thiserror = "1.0"
3535
serde = { version = "1.0", features = ["derive"] }
@@ -47,7 +47,7 @@ http-body-util = "0.1"
4747
hyper = { version = "1.1", features = ["server", "http1"] }
4848
hyper-util = { version = "0.1.2", features = ["tokio"] }
4949
rand = "0.8"
50-
tempfile = "3.8"
50+
tempfile = "3.9"
5151
tiny_http = "0.12"
5252
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
5353
tokio-util = { version = "0.7", features = ["io"] }

0 commit comments

Comments
 (0)