Skip to content

Commit 2a7a979

Browse files
build(deps): bump sysinfo from 0.30.12 to 0.31.2 (#1058)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.12 to 0.31.2. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.31.2) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62916e5 commit 2a7a979

File tree

3 files changed

+78
-38
lines changed

3 files changed

+78
-38
lines changed

Cargo.lock

Lines changed: 76 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-lib/light-prover-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde_json = "1.0.60"
4646
num-traits = "0.2.19"
4747
tokio = { workspace = true, optional = true }
4848
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"], optional = true }
49-
sysinfo = "0.30"
49+
sysinfo = "0.31"
5050
borsh = ">=0.9, <0.11"
5151
[dev-dependencies]
5252
duct = "0.13.7"

forester/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ borsh = "0.10.3"
3232
bs58 = "0.4.0"
3333
photon-api = { path = "../photon-api" }
3434
bincode = "1.3"
35-
sysinfo = "0.30"
35+
sysinfo = "0.31"
3636
light-test-utils = { path = "../test-utils" }
3737
log = "0.4"
3838
env_logger = "0.11"

0 commit comments

Comments
 (0)