Skip to content

Commit

Permalink
Bump up actix-server-config to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 3, 2019
1 parent d45b665 commit 33ccb8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion actix-connect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ webpki = { version = "0.21", optional = true }
[dev-dependencies]
bytes = "0.4"
actix-testing = { version="0.1.0" }
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
2 changes: 1 addition & 1 deletion actix-ioframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ log = "0.4"
actix-rt = "0.2.2"
actix-connect = "0.2.0"
actix-testing = "0.1.0"
actix-server-config = "0.1.1"
actix-server-config = "0.2.0"
tokio-tcp = "0.1"
tokio-timer = "0.2"
2 changes: 1 addition & 1 deletion actix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ uds = ["mio-uds", "tokio-uds", "actix-server-config/uds"]
[dependencies]
actix-rt = "0.2.2"
actix-service = "0.4.1"
actix-server-config = "0.1.2"
actix-server-config = "0.2.0"

log = "0.4"
num_cpus = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion actix-test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
actix-rt = "0.2.1"
actix-server = "0.5.0"
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
actix-testing = "0.1.0"

log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion actix-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
actix-rt = "0.2.1"
actix-server = "0.6.0"
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
actix-service = "0.4.0"

log = "0.4"
Expand Down

0 comments on commit 33ccb8b

Please sign in to comment.