Skip to content

Commit

Permalink
chore: bump caps from 0.5.3 to 0.5.4
Browse files Browse the repository at this point in the history
Bumps [caps](https://github.com/lucab/caps-rs) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/lucab/caps-rs/releases)
- [Commits](lucab/caps-rs@v0.5.3...v0.5.4)

---
updated-dependencies:
- dependency-name: caps
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2022
1 parent 2a5e808 commit 952d7c8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
34 changes: 23 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ solana-sdk = { path = "../sdk", version = "=1.12.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.12.0" }

[target."cfg(target_os = \"linux\")".dependencies]
caps = "0.5.3"
caps = "0.5.4"
libc = "0.2.131"
nix = "0.24.2"
nix = "0.25.0"

[lib]
name = "solana_perf"
Expand Down

0 comments on commit 952d7c8

Please sign in to comment.