Skip to content

Commit

Permalink
Bump systemstat from 0.1.11 to 0.2.3
Browse files Browse the repository at this point in the history
Bumps [systemstat](https://github.com/valpackett/systemstat) from 0.1.11 to 0.2.3.
- [Release notes](https://github.com/valpackett/systemstat/releases)
- [Commits](valpackett/systemstat@v0.1.11...v0.2.3)

---
updated-dependencies:
- dependency-name: systemstat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2023
1 parent a220cfd commit 8b2a3f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ solana-streamer = { path = "../streamer", version = "=1.14.16" }
solana-test-validator = { path = "../test-validator", version = "=1.14.16" }
solana-transaction-status = { path = "../transaction-status", version = "=1.14.16" }
solana-version = { path = "../version", version = "=1.14.16" }
systemstat = "0.1.11"
systemstat = "0.2.3"
tokio = { version = "~1.14.1", features = ["full"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ solana-logger = { path = "../logger", version = "=1.14.16" }
solana-program-runtime = { path = "../program-runtime", version = "=1.14.16" }
solana-stake-program = { path = "../programs/stake", version = "=1.14.16" }
static_assertions = "1.1.0"
systemstat = "0.1.11"
systemstat = "0.2.3"
test-case = "2.1.0"

[target."cfg(unix)".dependencies]
Expand Down

0 comments on commit 8b2a3f4

Please sign in to comment.