Skip to content

Commit

Permalink
Update minor versions of Rust deps with trivial/no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Dec 19, 2019
1 parent e74ca7c commit 0cdde5b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 58 deletions.
72 changes: 21 additions & 51 deletions workspaces/Cargo.lock

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

2 changes: 1 addition & 1 deletion workspaces/api/apiclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/migration/migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion workspaces/models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"] }
Expand Down
2 changes: 1 addition & 1 deletion workspaces/updater/updog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ simplelog = "0.7"
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 0cdde5b

Please sign in to comment.