Skip to content

Commit

Permalink
fix(deps): update rust crate http-body-util to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent e1ab878 commit 3195350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mime = "0.3"
mime_guess = "2"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
url = { version = "2.5", features = ["serde"] }
http-body-util = { version = "0.1", optional = true }
http-body-util = { version = "0.1.1", optional = true }
hyper = { version = "1.3", features = ["http2", "server", "client"], optional = true }
hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"], optional = true }
tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], optional = true }
Expand Down

0 comments on commit 3195350

Please sign in to comment.