Skip to content

Commit

Permalink
Merge pull request #296 from nix-community/dependabot/cargo/reqwest-0…
Browse files Browse the repository at this point in the history
….11.22

build(deps): bump reqwest from 0.11.20 to 0.11.22
  • Loading branch information
figsoda authored Oct 9, 2023
2 parents 3e64ef1 + 9783894 commit 54f209d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
26 changes: 24 additions & 2 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 @@ -42,7 +42,7 @@ parse-display = "0.8.2"
pep-508 = "0.3.0"
rayon = "1.8.0"
regex = "1.9.6"
reqwest = { version = "0.11.20", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json"] }
rustc-hash = "1.1.0"
secrecy = { version = "0.8.0", features = ["serde"] }
semver = "1.0.19"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
zlib
zstd
] ++ optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
] ++ optionals (stdenv.isDarwin && stdenv.isx86_64) [
darwin.apple_sdk.frameworks.CoreFoundation
];
Expand Down

0 comments on commit 54f209d

Please sign in to comment.