Skip to content

Commit

Permalink
chore(dependencies): upgrade http-body-util (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 10, 2023
1 parent f9f65b7 commit e98238f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "=1.0.0-rc.2"
http-body-util = { version = "=0.1.0-rc.2", optional = true }
http-body-util = { version = "=0.1.0-rc.3", optional = true }
httpdate = "1.0"
httparse = "1.8"
h2 = { version = "0.3.9", optional = true }
Expand All @@ -41,7 +41,7 @@ libc = { version = "0.2", optional = true }

[dev-dependencies]
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http-body-util = "=0.1.0-rc.2"
http-body-util = "=0.1.0-rc.3"
matches = "0.1"
num_cpus = "1.0"
pretty_env_logger = "0.4"
Expand Down

0 comments on commit e98238f

Please sign in to comment.