chore: bump caps from 0.5.3 to 0.5.4 (#27187)

* chore: bump caps from 0.5.3 to 0.5.4

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](https://github.com/lucab/caps-rs/compare/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] <support@github.com>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-08-31 18:52:06 +00:00 committed by GitHub
parent d99618957c
commit 2e7dc64dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

5
Cargo.lock generated
View File

@ -667,11 +667,10 @@ dependencies = [
[[package]]
name = "caps"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
checksum = "938c50180feacea622ef3b8f4a496057c868dcf8ac7a64d781dd8f3f51a9c143"
dependencies = [
"errno",
"libc",
"thiserror",
]

View File

@ -28,7 +28,7 @@ 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.25.0"

View File

@ -611,11 +611,10 @@ dependencies = [
[[package]]
name = "caps"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
checksum = "938c50180feacea622ef3b8f4a496057c868dcf8ac7a64d781dd8f3f51a9c143"
dependencies = [
"errno",
"libc",
"thiserror",
]