Skip to content

Commit 1e23d2a

Browse files
Merge #68
68: Use the workspace reqwest, not a specific one r=amanjeev a=Hoverbear See https://github.com/ferrocene/criticalup/actions/runs/11981776421/job/33408672961?pr=68 Co-authored-by: Ana Hobden <[email protected]>
2 parents 0e900fd + 6e289a6 commit 1e23d2a

File tree

2 files changed

+3
-167
lines changed

2 files changed

+3
-167
lines changed

Cargo.lock

Lines changed: 2 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/criticaltrust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aws-sdk-kms = { version = "1.50.0", optional = true, features = ["rustls"] }
2424
aws-smithy-runtime-api = { version = "1.7.3", optional = true }
2525
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"], optional = true }
2626
once_cell = "1.19.0"
27-
reqwest = "0.12.9"
27+
reqwest.workspace = true
2828

2929
[dev-dependencies]
3030
itertools = "0.13.0"

0 commit comments

Comments
 (0)