Skip to content

Commit

Permalink
chore: bump libc from 0.2.112 to 0.2.115 (solana-labs#22796)
Browse files Browse the repository at this point in the history
* chore: bump libc from 0.2.112 to 0.2.115

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.115.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.112...0.2.115)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Jan 27, 2022
1 parent e3570a0 commit 7376efe
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 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 ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fs_extra = "1.2.0"
futures = "0.3.19"
itertools = "0.10.3"
lazy_static = "1.4.0"
libc = "0.2.112"
libc = "0.2.115"
log = { version = "0.4.14" }
num-derive = "0.3"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0"

[target."cfg(target_os = \"linux\")".dependencies]
caps = "0.5.3"
libc = "0.2.112"
libc = "0.2.115"
nix = "0.23.1"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/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 rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] }
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
libc = "0.2.112"
libc = "0.2.115"
log = "0.4.14"
rayon = "1.5.1"
regex = "1.5.4"
Expand Down
4 changes: 2 additions & 2 deletions storage-bigtable/build-proto/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 streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.14"
solana-metrics = { path = "../metrics", version = "=1.10.0" }
solana-sdk = { path = "../sdk", version = "=1.10.0" }
thiserror = "1.0"
libc = "0.2.112"
libc = "0.2.115"
nix = "0.23.1"
solana-perf = { path = "../perf", version = "=1.10.0" }

Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = true
[dependencies]
clap = "2.33.1"
log = "0.4.14"
libc = "0.2.112"
libc = "0.2.115"
solana-logger = { path = "../logger", version = "=1.10.0" }
solana-version = { path = "../version", version = "=1.10.0" }

Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112"
libc = "0.2.115"
signal-hook = "0.3.13"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 7376efe

Please sign in to comment.