Skip to content

Commit

Permalink
Merge pull request #598 from amazonlinux/update-rust-deps
Browse files Browse the repository at this point in the history
Update rust deps
  • Loading branch information
tjkirch authored Dec 19, 2019
2 parents ccb2181 + 0cdde5b commit 9a01ccb
Show file tree
Hide file tree
Showing 29 changed files with 897 additions and 908 deletions.
430 changes: 192 additions & 238 deletions extras/canaries/repo-canary/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extras/canaries/repo-canary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ log = "0.4"
rand = "0.7.0"
reqwest = { version = "0.9.17", default-features = false, features = ["rustls-tls"] }
simplelog = "0.7"
snafu = "0.5.0"
snafu = "0.6.0"
tempfile = "3.1.0"
tough = { version = "0.2.0", features = ["http"] }
tough = { version = "0.3.0", features = ["http"] }

[build-dependencies]
cargo-readme = "3.1"
257 changes: 111 additions & 146 deletions tools/buildsys/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/buildsys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"]
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"
sha2 = "0.8"
snafu = "0.5"
snafu = "0.6"
toml = "0.5"
users = { version = "0.9", default-features = false }
walkdir = "2"
1,052 changes: 561 additions & 491 deletions workspaces/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions workspaces/api/apiclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ publish = false
build = "build.rs"

[dependencies]
# TODO: move to futures 0.3 / stdlib futures when it's ready
# TODO: update futures/hyper/tokio to new async
futures = "0.1"
http = "0.1"
hyper = "0.12"
hyperlocal = "0.6"
snafu = "0.5"
snafu = "0.6"
tokio = "0.1"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions workspaces/api/apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ actix-web = { version = "1.0.5", default-features = false, features = ["uds"] }
libc = "0.2"
log = "0.4"
models = { path = "../../models" }
nix = "0.15.0"
nix = "0.16.0"
percent-encoding = "2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
systemd = { version = "0.4.0", default-features = false, features = [], optional = true }
walkdir = "2.2"

Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/data_store_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ regex = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"

snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/host-containers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/migration/migration-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false

[dependencies]
apiserver = { path = "../../apiserver" }
snafu = "0.5"
snafu = "0.6"
toml = "0.5"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
migration-helpers = { path = "../../../migration-helpers" }
serde_json = "1.0"
snafu = "0.5"
snafu = "0.6"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
migration-helpers = { path = "../../../migration-helpers" }
serde_json = "1.0"
snafu = "0.5"
snafu = "0.6"
4 changes: 2 additions & 2 deletions workspaces/api/migration/migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ data_store_version = { path = "../../data_store_version" }
fs_extra = "1.1"
lazy_static = "1.2"
log = "0.4"
nix = "0.15"
nix = "0.16"
rand = { version = "0.7", default-features = false, features = ["std"] }
regex = "1.1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/moondog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reqwest = { version = "0.9", default-features = false, features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
toml = "0.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/netdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand = { version = "0.7", default-features = false, features = ["std"] }
regex = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/pluto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
reqwest = { version = "0.9", default-features = false, features = []}
serde_json = "1"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/servicedog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/settings-committer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"

[dependencies]
apiclient = { path = "../apiclient" }
snafu = "0.5"
snafu = "0.6"
http = "0.1"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/storewolf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4"
models = { path = "../../models" }
rand = { version = "0.7", default-features = false, features = ["std"] }
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
toml = "0.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/sundog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
4 changes: 2 additions & 2 deletions workspaces/api/thar-be-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
apiclient = { path = "../apiclient" }
apiserver = { path = "../apiserver" }
base64 = "0.10"
base64 = "0.11"
handlebars = "2.0"
http = "0.1"
itertools = "0.8"
Expand All @@ -18,7 +18,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/growpart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
gptman = { version = "0.5.0", default-features = false }
snafu = "0.5"
snafu = "0.6"
libc = "0.2"
block-party = { path = "../updater/block-party" }

Expand Down
4 changes: 2 additions & 2 deletions workspaces/models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ publish = false
build = "build.rs"

[dependencies]
base64 = "0.10"
base64 = "0.11"
lazy_static = "1.2"
regex = "1.1"
serde = { version = "1.0", features = ["derive"] }
snafu = "0.5"
snafu = "0.6"
toml = "0.5"
url = "2.1"

Expand Down
2 changes: 1 addition & 1 deletion workspaces/preinit/laika/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
sys-mount = "1.2.1"
filetime = "0.2.7"
snafu = "0.5.0"
snafu = "0.6.0"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/updater/block-party/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
publish = false

[dependencies]
snafu = "0.5.0"
snafu = "0.6.0"
2 changes: 1 addition & 1 deletion workspaces/updater/signpost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gptman = { version = "0.5.0", default-features = false }
hex-literal = "0.2.0"
serde = { version = "1.0.91", features = ["derive"] }
serde_plain = "0.3.0"
snafu = { version = "0.5.0", default-features = false, features = ["rust_1_30"] }
snafu = { version = "0.6.0", default-features = false, features = ["std"] }
2 changes: 1 addition & 1 deletion workspaces/updater/update_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ semver = { version = "0.9.0", features = ["serde"] }
serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"
serde_plain = "0.3.0"
snafu = "0.5.0"
snafu = "0.6.0"
migrator = { path = "../../api/migration/migrator" }

[lib]
Expand Down
4 changes: 2 additions & 2 deletions workspaces/updater/updog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ serde_json = "1.0.40"
serde_plain = "0.3.0"
signpost = { path = "../signpost" }
simplelog = "0.7"
snafu = "0.5.0"
snafu = "0.6.0"
time = "0.1"
toml = "0.5.1"
tough = { version = "0.1.0", features = ["http"] }
tough = { version = "0.3.0", features = ["http"] }
update_metadata = { path = "../update_metadata" }
structopt = "0.3"
migrator = { path = "../../api/migration/migrator" }
Expand Down
2 changes: 1 addition & 1 deletion workspaces/webpki-roots-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
[dependencies]
lazy_static = "1.4.0"
log = "0.4"
pem = "0.6.1"
pem = "0.7.0"
webpki = "0.21.0"

0 comments on commit 9a01ccb

Please sign in to comment.