Skip to content

Commit

Permalink
Merge pull request #2 from camerondurham/dependabot/cargo/reqwest-0.12
Browse files Browse the repository at this point in the history
Update reqwest requirement from 0.11 to 0.12
  • Loading branch information
camerondurham authored Mar 21, 2024
2 parents 9930b0b + 59e0f8b commit 656ced0
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 @@ -14,7 +14,7 @@ exclude = [

[dependencies]
# oauth2 = "4.3.0"
reqwest = { version = "0.11", features = ["json", "gzip"] }
reqwest = { version = "0.12", features = ["json", "gzip"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }

0 comments on commit 656ced0

Please sign in to comment.