Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 125 additions & 14 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tokio = { version = "1", features = ["fs", "macros", "net", "rt", "rt-multi-thre
tokio-postgres = { version = "0.7.18", features = ["with-time-0_3"] }
tokio-util = { version = "0.7" }
toml = { version = "1.1" }
tough = { version = "0.22.0" }
tough = { version = "0.23.0" }
tower = { version = "0.5" }
tower-http = { version = "0.7", features = ["cors", "limit", "request-id", "set-header", "timeout", "trace"] }
tracing = { version = "0.1" }
Expand Down
2 changes: 1 addition & 1 deletion crates/registry-notary-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ registry-platform-testing = { workspace = true, features = ["test-utils"] }
registry-notary-source-adapter-sidecar = { workspace = true }
jsonschema.workspace = true
tempfile = { version = "3" }
tough = { version = "0.22.0" }
tough = { version = "0.23.0" }
wiremock = { version = "0.6" }
# Criterion drives the microbenchmarks under `benches/`. The benches are
# manually invoked via `cargo bench`; CI smoke-checks `cargo bench --no-run`.
Expand Down
2 changes: 1 addition & 1 deletion crates/registry-notary-source-adapter-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ registry-platform-config.workspace = true
registry-platform-ops.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["io-util", "process"] }
tough = { version = "0.22.0" }
tough = { version = "0.23.0" }
tower.workspace = true
tower-http.workspace = true
tracing.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/registry-notary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ chrono = { version = "0.4" }
jsonschema.workspace = true
registry-platform-ops.workspace = true
tempfile = { version = "3" }
tough = { version = "0.22.0" }
tough = { version = "0.23.0" }
wiremock = { version = "0.6" }
2 changes: 1 addition & 1 deletion crates/registry-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ed25519-dalek = { version = "2", features = ["pkcs8", "rand_core"] }
rand_core = { version = "0.6", features = ["std"] }
# Parses `resources/MANIFEST.toml` in the resource pinning test.
toml = { version = "1.1" }
tough = { version = "0.22.0" }
tough = { version = "0.23.0" }
wiremock = { version = "0.6" }
# Criterion drives the microbenchmarks under `benches/`. The benches are
# manually invoked via `cargo bench`; CI only smoke-checks `cargo bench --no-run`.
Expand Down
Loading