chore: bump libc from 0.2.125 to 0.2.126 (#25332)
* chore: bump libc from 0.2.125 to 0.2.126 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.125 to 0.2.126. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126) --- updated-dependencies: - dependency-name: libc 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 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
6af0546c14
commit
6e5612dd55
|
@ -2225,9 +2225,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.125"
|
||||
version = "0.2.126"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
||||
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
|
|
|
@ -20,7 +20,7 @@ fs_extra = "1.2.0"
|
|||
futures = "0.3.21"
|
||||
itertools = "0.10.3"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
log = { version = "0.4.17" }
|
||||
lru = "0.7.5"
|
||||
num_cpus = "1.13.1"
|
||||
|
|
|
@ -29,7 +29,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.11.0" }
|
|||
|
||||
[target."cfg(target_os = \"linux\")".dependencies]
|
||||
caps = "0.5.3"
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
nix = "0.24.0"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -1956,9 +1956,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.125"
|
||||
version = "0.2.126"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
||||
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
|
|
|
@ -21,7 +21,7 @@ jsonrpc-core-client = { version = "18.0.0" }
|
|||
jsonrpc-derive = "18.0.0"
|
||||
jsonrpc-http-server = "18.0.0"
|
||||
jsonrpc-pubsub = "18.0.0"
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
log = "0.4.17"
|
||||
rayon = "1.5.3"
|
||||
regex = "1.5.4"
|
||||
|
|
|
@ -116,9 +116,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.125"
|
||||
version = "0.2.126"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
||||
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
|
|
|
@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
|
|||
futures-util = "0.3.21"
|
||||
histogram = "0.6.9"
|
||||
itertools = "0.10.3"
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
log = "0.4.17"
|
||||
nix = "0.24.0"
|
||||
pem = "1.0.2"
|
||||
|
|
|
@ -12,7 +12,7 @@ publish = true
|
|||
|
||||
[dependencies]
|
||||
clap = "2.33.1"
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
log = "0.4.17"
|
||||
solana-logger = { path = "../logger", version = "=1.11.0" }
|
||||
solana-version = { path = "../version", version = "=1.11.0" }
|
||||
|
|
|
@ -58,7 +58,7 @@ symlink = "0.1.0"
|
|||
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"] }
|
||||
|
||||
[target."cfg(unix)".dependencies]
|
||||
libc = "0.2.125"
|
||||
libc = "0.2.126"
|
||||
signal-hook = "0.3.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
Loading…
Reference in New Issue