Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.13 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2022
1 parent 43989c4 commit c41eb0d
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 @@ -52,7 +52,7 @@ jsonwebtoken = { version = "8.1.1", optional = true }
openidconnect = { version = "2.4.0", optional = true }
prost = { version = "0.11", optional = true }
prost-types = { version = "0.11", optional = true }
reqwest = { version = "0.11.12", features = ["json"], optional = true }
reqwest = { version = "0.11.13", features = ["json"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
serde_urlencoded = { version = "0.7.1", optional = true }
Expand Down

0 comments on commit c41eb0d

Please sign in to comment.