Skip to content

Commit

Permalink
chore: bump libc from 0.2.129 to 0.2.131
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.129 to 0.2.131.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.129...0.2.131)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent a0d1f4e commit ca4e02b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 @@ -21,7 +21,7 @@ fs_extra = "1.2.0"
futures = "0.3.21"
itertools = "0.10.3"
lazy_static = "1.4.0"
libc = "0.2.129"
libc = "0.2.131"
log = { version = "0.4.17" }
lru = "0.7.7"
num_cpus = "1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.12.0" }

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

[lib]
Expand Down
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" }
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
libc = "0.2.129"
libc = "0.2.131"
log = "0.4.17"
rayon = "1.5.3"
regex = "1.5.6"
Expand Down
2 changes: 1 addition & 1 deletion streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-util = "0.3.21"
histogram = "0.6.9"
indexmap = "1.9.1"
itertools = "0.10.3"
libc = "0.2.129"
libc = "0.2.131"
log = "0.4.17"
nix = "0.24.2"
pem = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true

[dependencies]
clap = "2.33.1"
libc = "0.2.129"
libc = "0.2.131"
log = "0.4.17"
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-version = { path = "../version", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.129"
libc = "0.2.131"
signal-hook = "0.3.14"

[package.metadata.docs.rs]
Expand Down

0 comments on commit ca4e02b

Please sign in to comment.