Bump caps from 0.5.4 to 0.5.5 (#31288)
* Bump caps from 0.5.4 to 0.5.5 Bumps [caps](https://github.com/lucab/caps-rs) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/lucab/caps-rs/releases) - [Commits](https://github.com/lucab/caps-rs/compare/v0.5.4...v0.5.5) --- 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:
parent
a21e68a351
commit
e40ff3bd5d
|
@ -901,9 +901,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "caps"
|
||||
version = "0.5.4"
|
||||
version = "0.5.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "938c50180feacea622ef3b8f4a496057c868dcf8ac7a64d781dd8f3f51a9c143"
|
||||
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"thiserror",
|
||||
|
|
|
@ -153,7 +153,7 @@ bytemuck = "1.11.0"
|
|||
byteorder = "1.4.3"
|
||||
bytes = "1.2"
|
||||
bzip2 = "0.4.4"
|
||||
caps = "0.5.4"
|
||||
caps = "0.5.5"
|
||||
cargo_metadata = "0.15.0"
|
||||
cc = "1.0.79"
|
||||
chrono = { version = "0.4.24", default-features = false }
|
||||
|
|
|
@ -845,9 +845,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "caps"
|
||||
version = "0.5.4"
|
||||
version = "0.5.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "938c50180feacea622ef3b8f4a496057c868dcf8ac7a64d781dd8f3f51a9c143"
|
||||
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"thiserror",
|
||||
|
|
Loading…
Reference in New Issue