diff --git a/Cargo.lock b/Cargo.lock index f4aa6cd..b18a2fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 74205bd..7a2b926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }