Skip to content

Commit

Permalink
Merge pull request #336 from eko/dependabot/cargo/reqwest-0.12.2
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.26 to 0.12.2
  • Loading branch information
eko committed Apr 7, 2024
2 parents d93fe39 + 330eb71 commit d565612
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 10 deletions.
70 changes: 61 additions & 9 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.37.0", features = ["full"] }
lazy_static = "1.4.0"
prometheus = "0.13.3"
reqwest = { version = "0.11.26", features = ["json"] }
reqwest = { version = "0.12.2", features = ["json"] }
serde = "1.0.197"
serde_derive = "1.0.123"
serde_json = "1.0.115"
Expand Down

0 comments on commit d565612

Please sign in to comment.