diff --git a/Cargo.lock b/Cargo.lock index ad68083..36a879f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" [[package]] name = "tokio" -version = "1.24.1" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1ec7ea8..cd0e401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ flexi_logger = { version = "0.23.3", features = ["specfile_without_notification" log = "0.4.17" serde = { version = "1.0.145", features = ["derive"] } serde_derive = "1.0.145" -tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] } +tokio = { version = "1.24.2", features = ["io-std", "net", "rt-multi-thread", "macros"] } tokio-stream = "0.1.11" tokio-util = "0.7.4" toml = "0.5.9"