Skip to content

Commit

Permalink
chore: Bump reqwest to 0.12, going to hyper 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix committed Mar 30, 2024
1 parent 4c1a3f5 commit f14d7d4
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 24 deletions.
113 changes: 90 additions & 23 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/fhir-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docs = []
async-trait = {version = "0.1.68", optional = true}
fhir-model = {path = "../fhir-model", version = "0.9.0", default-features = false}
futures = {version = "0.3.28", optional = true}
reqwest = {version = "0.11.16", features = ["json"], optional = true}
reqwest = {version = "0.12.2", features = ["json"], optional = true}
serde = {version = "1.0.159", optional = true}
serde_json = {version = "1.0.95", optional = true}
thiserror = {version = "1.0.40", optional = true}
Expand Down

0 comments on commit f14d7d4

Please sign in to comment.