Skip to content

Commit

Permalink
Merge pull request #331 from eko/dependabot/cargo/reqwest-0.11.25
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.24 to 0.11.25
  • Loading branch information
eko committed Mar 11, 2024
2 parents 6319fbd + 58b5cec commit 4f5e512
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.36.0", features = ["full"] }
lazy_static = "1.4.0"
prometheus = "0.13.3"
reqwest = { version = "0.11.24", features = ["json"] }
reqwest = { version = "0.11.25", features = ["json"] }
serde = "1.0.197"
serde_derive = "1.0.123"
serde_json = "1.0.114"
Expand Down

0 comments on commit 4f5e512

Please sign in to comment.