diff --git a/exonum/Cargo.toml b/exonum/Cargo.toml index 1f94d11013..998719e14d 100644 --- a/exonum/Cargo.toml +++ b/exonum/Cargo.toml @@ -20,7 +20,7 @@ circle-ci = { repository = "exonum/exonum" } [dependencies] actix = "=0.7.9" actix-net = "=0.2.4" -actix-web = "=0.7.15" +actix-web = "=0.7.16" log = "=0.4.6" byteorder = "1.2.3" hex = "=0.3.2" diff --git a/testkit/Cargo.toml b/testkit/Cargo.toml index d932a667a0..9e6a14abe4 100644 --- a/testkit/Cargo.toml +++ b/testkit/Cargo.toml @@ -19,7 +19,7 @@ travis-ci = { repository = "exonum/exonum" } circle-ci = { repository = "exonum/exonum" } [dependencies] -actix-web = "=0.7.15" +actix-web = "=0.7.16" exonum = { version = "0.9.0", path = "../exonum" } failure = "0.1.2" futures = "=0.1.25"