Skip to content

Commit

Permalink
Update actix-web requirement from =0.7.15 to =0.7.16 (exonum#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and aleksuss committed Dec 12, 2018
1 parent c4bcef7 commit 9bc8ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exonum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bc8ccb

Please sign in to comment.