Skip to content

Commit

Permalink
Merge pull request #407 from sigstore/dependabot/cargo/tough-0.19
Browse files Browse the repository at this point in the history
build(deps): update tough requirement from 0.18 to 0.19
  • Loading branch information
flavio authored Oct 22, 2024
2 parents 8e84be6 + 1ece617 commit 170a765
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 @@ -142,7 +142,7 @@ sigstore_protobuf_specs = { version = "0.3", optional = true }
thiserror = "1.0"
tokio = { version = "1", features = ["rt"] }
tokio-util = { version = "0.7", features = ["io-util"] }
tough = { version = "0.18", features = ["http"], optional = true }
tough = { version = "0.19", features = ["http"], optional = true }
tracing = "0.1"
url = "2.5"
x509-cert = { version = "0.2", features = ["builder", "pem", "std", "sct"] }
Expand Down

0 comments on commit 170a765

Please sign in to comment.