Skip to content

Commit

Permalink
Merge pull request #339 from eko/dependabot/cargo/reqwest-0.12.3
Browse files Browse the repository at this point in the history
Bump reqwest from 0.12.2 to 0.12.3
  • Loading branch information
eko committed Apr 13, 2024
2 parents d565612 + 0ebd6e1 commit 8f56d5d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 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
Original file line number Diff line number Diff line change
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.12.2", features = ["json"] }
reqwest = { version = "0.12.3", features = ["json"] }
serde = "1.0.197"
serde_derive = "1.0.123"
serde_json = "1.0.115"
Expand Down

0 comments on commit 8f56d5d

Please sign in to comment.