Skip to content

Commit

Permalink
Merge pull request #944 from webern/tough-update
Browse files Browse the repository at this point in the history
updog and update_metadata: update tough to v0.6.0
  • Loading branch information
webern authored Jun 16, 2020
2 parents 9a17514 + 5e4bf05 commit 30358c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions sources/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 sources/updater/update_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"
serde_plain = "0.3.0"
snafu = "0.6.0"
tough = "0.5.0"
tough = "0.6.0"

[lib]
name = "update_metadata"
Expand Down
2 changes: 1 addition & 1 deletion sources/updater/updog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signpost = { path = "../signpost" }
simplelog = "0.7"
snafu = "0.6.0"
toml = "0.5.1"
tough = { version = "0.5.0", features = ["http"] }
tough = { version = "0.6.0", features = ["http"] }
update_metadata = { path = "../update_metadata" }
structopt = "0.3"
migrator = { path = "../../api/migration/migrator" }
Expand Down

0 comments on commit 30358c8

Please sign in to comment.