Skip to content

Commit

Permalink
Merge pull request #509 from JakeStanger/dependabot/cargo/reqwest-0.12.2
Browse files Browse the repository at this point in the history
build(deps): bump reqwest from 0.11.26 to 0.12.2
  • Loading branch information
JakeStanger authored Mar 25, 2024
2 parents f6f4130 + 970a6a4 commit 9b37adc
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 26 deletions.
120 changes: 95 additions & 25 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 @@ -115,7 +115,7 @@ clap = { version = "4.5.3", optional = true, features = ["derive"] }
serde_json = { version = "1.0.114", optional = true }

# http
reqwest = { version = "0.11.26", optional = true }
reqwest = { version = "0.12.2", optional = true }

# clipboard
nix = { version = "0.27.1", optional = true, features = ["event"] }
Expand Down

0 comments on commit 9b37adc

Please sign in to comment.