Skip to content

Commit

Permalink
Merge pull request #203 from eko/dependabot/cargo/reqwest-0.11.14
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.13 to 0.11.14
  • Loading branch information
eko authored Jan 21, 2023
2 parents 7107a52 + 49bb7e6 commit 2d5d091
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hyper = { version = "0.14.13", features = ["server", "runtime", "http1", "http2"
tokio = { version = "1.1.0", features = ["full"] }
lazy_static = "1.4.0"
prometheus = "0.13.3"
reqwest = { version = "0.11.13", features = ["json"] }
reqwest = { version = "0.11.14", features = ["json"] }
serde = "1.0.123"
serde_derive = "1.0.123"
serde_json = "1.0.91"
Expand Down

0 comments on commit 2d5d091

Please sign in to comment.