bump: http-body-util

This commit is contained in:
2026-08-15 10:48:14 -04:00
parent 2eb3422f8c
commit 2b1c3a51af
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -714,9 +714,9 @@ dependencies = [
[[package]]
name = "http-body-util"
version = "0.1.3"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
dependencies = [
"bytes",
"futures-core",
+1 -1
View File
@@ -26,5 +26,5 @@ simodels = { git = "ssh://git@git.kundeng.us/phoenix/simodels.git", tag = "v0.11
sienvy = { git = "ssh://git@git.kundeng.us/phoenix/sienvy.git", tag = "v0.8.1" }
[dev-dependencies]
http-body-util = { version = "0.1.3" }
http-body-util = { version = "0.1.5" }
url = { version = "2.5.8" }