Skip to content

Commit

Permalink
upgrade reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyo92 committed Dec 20, 2024
1 parent a8e20d6 commit 8098f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env_logger = { version = "0.11" }
futures = { version = "0.3" }
gcp_auth = { version = "0.12" }
log = { version = "0.4.20" }
reqwest = { version = "0.11", features = ["json"] }
reqwest-streams = { version = "0.5.1", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
reqwest-streams = { version = "0.8.2", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tokio = { version = "1.35", features = ["full"] }
Expand Down

0 comments on commit 8098f6c

Please sign in to comment.