diff --git a/Cargo.lock b/Cargo.lock index 5f72a6d..3ac9b90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,9 +89,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f" +checksum = "82cf33e04d9911b39bfb7be3c01309568b4315895d3358372dce64ed2c2bf32d" dependencies = [ "actix-macros", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 0563420..407f9aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" name = "hoc" [dependencies] -actix-rt = "2.5.0" +actix-rt = "2.5.1" actix-web = "4.0.0-beta.8" badge = "0.3.0" bytes = "1.1.0"