Skip to content

Commit

Permalink
Merge pull request #322 from eko/dependabot/cargo/reqwest-0.11.24
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.23 to 0.11.24
  • Loading branch information
eko committed Feb 4, 2024
2 parents d00c2f8 + 360ea07 commit 910796e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 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
Expand Up @@ -9,7 +9,7 @@ hyper = { version = "0.14.28", features = ["server", "runtime", "http1", "http2"
tokio = { version = "1.35.1", features = ["full"] }
lazy_static = "1.4.0"
prometheus = "0.13.3"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json"] }
serde = "1.0.195"
serde_derive = "1.0.123"
serde_json = "1.0.111"
Expand Down

0 comments on commit 910796e

Please sign in to comment.