Skip to content

Commit

Permalink
update local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 9, 2021
1 parent a2e0370 commit 6112a47
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion actix-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ syn = { version = "^1", features = ["full"] }
actix-reexport = []

[dev-dependencies]
actix-rt = "1.0"
actix-rt = "2.0.0-beta.2"

futures-util = { version = "0.3", default-features = false }
trybuild = "1"
4 changes: 2 additions & 2 deletions actix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ default = []

[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"
actix-rt = "2.0.0-beta.2"
actix-service = "2.0.0-beta.3"
actix-utils = "3.0.0-beta.1"

futures-core = { version = "0.3.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion actix-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ futures-core = { version = "0.3.7", default-features = false }
pin-project-lite = "0.2"

[dev-dependencies]
actix-rt = "1.0.0"
actix-rt = "2.0.0-beta.2"
futures-util = { version = "0.3.7", default-features = false }
4 changes: 2 additions & 2 deletions actix-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ uri = ["http"]

[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"
actix-rt = "2.0.0-beta.2"
actix-service = "2.0.0-beta.3"
actix-utils = "3.0.0-beta.1"

derive_more = "0.99.5"
Expand Down
4 changes: 2 additions & 2 deletions actix-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name = "actix_tracing"
path = "src/lib.rs"

[dependencies]
actix-service = "2.0.0-beta.2"
actix-service = "2.0.0-beta.3"

futures-util = { version = "0.3.4", default-features = false }
tracing = "0.1"
tracing-futures = "0.2"

[dev_dependencies]
actix-rt = "1.0"
actix-rt = "2.0.0-beta.2"
slab = "0.4"
4 changes: 2 additions & 2 deletions actix-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ path = "src/lib.rs"

[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"
actix-rt = "2.0.0-beta.2"
actix-service = "2.0.0-beta.3"

futures-core = { version = "0.3.7", default-features = false }
futures-sink = { version = "0.3.7", default-features = false }
Expand Down

0 comments on commit 6112a47

Please sign in to comment.