Merge pull request #182 from JakeStanger/dependabot/cargo/reqwest-0.11.18

build(deps): bump reqwest from 0.11.16 to 0.11.18
This commit is contained in:
Jake Stanger
2023-06-05 18:20:08 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ async_once = "0.2.6"
cfg-if = "1.0.0"
# http
reqwest = { version = "0.11.14", optional = true }
reqwest = { version = "0.11.18", optional = true }
# clipboard
nix = { version = "0.26.2", optional = true, features = ["event"] }