Skip to content

Commit e98238f

Browse files
authored
chore(dependencies): upgrade http-body-util (#3262)
1 parent f9f65b7 commit e98238f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures-channel = "0.3"
2525
futures-util = { version = "0.3", default-features = false }
2626
http = "0.2"
2727
http-body = "=1.0.0-rc.2"
28-
http-body-util = { version = "=0.1.0-rc.2", optional = true }
28+
http-body-util = { version = "=0.1.0-rc.3", optional = true }
2929
httpdate = "1.0"
3030
httparse = "1.8"
3131
h2 = { version = "0.3.9", optional = true }
@@ -41,7 +41,7 @@ libc = { version = "0.2", optional = true }
4141

4242
[dev-dependencies]
4343
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
44-
http-body-util = "=0.1.0-rc.2"
44+
http-body-util = "=0.1.0-rc.3"
4545
matches = "0.1"
4646
num_cpus = "1.0"
4747
pretty_env_logger = "0.4"

0 commit comments

Comments
 (0)