diff --git a/Cargo.lock b/Cargo.lock index dcc9c329..752d4906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3761,9 +3761,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" +checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 4b0bcf42..ce5f2c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "json"], tokio = { version = "1.26.0", features = ["full", "tracing"] } tokio-cron-scheduler = "0.9.3" tokio-stream = { version = "0.1.12", features = ["net"] } -tokio-util = { version = "0.7.4", features = ["full"] } +tokio-util = { version = "0.7.8", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.4.0", features = ["fs", "trace", "add-extension", "compression-gzip"] } tracing = "0.1.37"