Files
solana/streamer/Cargo.toml
dependabot[bot] 8a63812c4e chore: bump libc from 0.2.109 to 0.2.112 (#21870)
* chore: bump libc from 0.2.109 to 0.2.112

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

---
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>
2021-12-14 00:27:57 -07:00

31 lines
801 B
TOML

[package]
name = "solana-streamer"
version = "1.10.0"
description = "Solana Streamer"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-streamer"
edition = "2021"
[dependencies]
itertools = "0.10.3"
log = "0.4.14"
solana-metrics = { path = "../metrics", version = "=1.10.0" }
solana-sdk = { path = "../sdk", version = "=1.10.0" }
thiserror = "1.0"
solana-logger = { path = "../logger", version = "=1.10.0" }
libc = "0.2.112"
nix = "0.23.0"
solana-perf = { path = "../perf", version = "=1.10.0" }
[dev-dependencies]
[lib]
crate-type = ["lib"]
name = "solana_streamer"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]