Skip to content

Commit

Permalink
Make criticaltrust use workspace reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 22, 2024
1 parent 1a73695 commit 159de42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 167 deletions.
168 changes: 2 additions & 166 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 crates/criticaltrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aws-sdk-kms = { version = "1.50.0", optional = true, features = ["rustls"] }
aws-smithy-runtime-api = { version = "1.7.3", optional = true }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"], optional = true }
once_cell = "1.19.0"
reqwest = "0.12.9"
reqwest.workspace = true

[dev-dependencies]
itertools = "0.13.0"
Expand Down

0 comments on commit 159de42

Please sign in to comment.