Skip to content

Commit

Permalink
Merge pull request #290 from sigstore/dependabot/cargo/tough-0.14
Browse files Browse the repository at this point in the history
chore(deps): Update tough requirement from 0.13 to 0.14
  • Loading branch information
flavio authored Aug 30, 2023
2 parents abafa18 + f2824a9 commit 15d2edc
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 @@ -113,7 +113,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.13", features = ["http"], optional = true }
tough = { version = "0.14", 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 15d2edc

Please sign in to comment.