diff --git a/Cargo.lock b/Cargo.lock index 36747cf..3087f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3113,9 +3113,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index aeb990c..bc9f8eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,4 @@ lettre = { version = "0.10.4", features = ["tokio1", "tokio1-rustls-tls", "rustl futures = { version = "0.3.28", default-features = false } serde_json = "1.0.104" tower = { version = "0.4.13", features = ["limit"] } -tokio-util = { version = "0.7.8", features = ["io"] } +tokio-util = { version = "0.7.9", features = ["io"] }