Skip to content

Commit

Permalink
chore(deps): Update tough requirement from 0.14 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [tough](https://github.com/awslabs/tough) to permit the latest version.
- [Release notes](https://github.com/awslabs/tough/releases)
- [Commits](awslabs/tough@tough-v0.14.0...tough-v0.16.0)

---
updated-dependencies:
- dependency-name: tough
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 53ce799 commit 3a8658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
signature = { version = "2.0" }
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["rt"] }
tough = { version = "0.14", features = ["http"], optional = true }
tough = { version = "0.16", features = ["http"], optional = true }
tracing = "0.1.31"
url = "2.2.2"
x509-cert = { version = "0.2.2", features = ["pem", "std"] }
Expand Down

0 comments on commit 3a8658e

Please sign in to comment.