Skip to content

Commit

Permalink
Merge pull request #3566 from webern/tough-async
Browse files Browse the repository at this point in the history
tough async
  • Loading branch information
webern authored Nov 30, 2023
2 parents 7d54f0b + 3fae548 commit 6c9d9a3
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 244 deletions.
94 changes: 70 additions & 24 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion sources/api/migration/migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ exclude = ["README.md"]

[dependencies]
bottlerocket-release = { path = "../../../bottlerocket-release", version = "0.1" }
bytes = "1"
futures = "0.3"
futures-core = "0.3"
log = "0.4"
lz4 = "1"
nix = "0.26"
Expand All @@ -19,7 +22,9 @@ rand = { version = "0.8", default-features = false, features = ["std", "std_rng"
semver = "1"
simplelog = "0.12"
snafu = "0.7"
tough = "0.14"
tokio = { version = "~1.32", default-features = false, features = ["fs", "macros", "rt-multi-thread"] } # LTS
tokio-util = { version = "0.7", features = ["compat", "io-util"] }
tough = { version = "0.15", features = ["http"] }
update_metadata = { path = "../../../updater/update_metadata", version = "0.1" }
url = "2"

Expand Down
Loading

0 comments on commit 6c9d9a3

Please sign in to comment.