diff --git a/Cargo.lock b/Cargo.lock index baff7d1..a42da34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3517,13 +3517,14 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.18" +version = "0.7.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" dependencies = [ "bytes", "futures-core", "futures-sink", + "libc", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 57194af..9833950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ openssl = { version = "0.10.81", features = ["vendored"] } serde = { version = "1.0.229", features = ["derive"] } serde_json = { version = "1.0.151" } tokio = { version = "1.53.1", features = ["full"] } -tokio-util = { version = "0.7.18", features = ["io"] } +tokio-util = { version = "0.7.19", features = ["io"] } tower = { version = "0.5.3", features = ["full"] } tower-http = { version = "0.7.0", features = ["cors", "timeout"] } tracing-subscriber = "0.3.23"