Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 16, 2020
1 parent 77b8598 commit db81d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,4 +15,4 @@ debug=true
tokio-tower = { git = "https://github.com/tower-rs/tokio-tower.git", branch = "no-box" }
# https://github.com/tokio-rs/tokio/pull/2160
# optional -- just saves us from busy future loops
tokio = { git = "https://github.com/tokio-rs/tokio.git", branch = "jonhoo/preempt" }
tokio = { git = "https://github.com/tokio-rs/tokio.git" }
6 changes: 3 additions & 3 deletions orchestration/Cargo.toml
Expand Up @@ -15,8 +15,8 @@ futures-util = "0.3.0"
rand = "0.7"
rayon = "1.0"
regex = "1.0.0"
rusoto_core = "=0.43.0-beta.1"
rusoto_sts = "=0.43.0-beta.1"
rusoto_core = "0.43.0"
rusoto_sts = "0.43.0"
shellwords = "1"
slog = "2.4.0"
#slog = { version = "2.4.0", features = ["max_level_trace", "release_max_level_debug"] }
Expand All @@ -25,7 +25,7 @@ ssh2 = "0.8"
timeout-readwrite = "0.3"
tokio = { version = "0.2.0", features = ["full"] }
tower-service = "0.3.0"
tsunami = "=0.11.0-beta.2"
tsunami = "=0.11.0-beta.3"
vec_map = { version = "0.8.0" }
yansi = "0.5"

Expand Down

0 comments on commit db81d10

Please sign in to comment.