diff --git a/Cargo.lock b/Cargo.lock index 6e153cd1ce..3dc1bbe5e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3379,9 +3379,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" @@ -8055,9 +8055,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" dependencies = [ "core-foundation-sys", "libc", diff --git a/circuit-lib/light-prover-client/Cargo.toml b/circuit-lib/light-prover-client/Cargo.toml index eb43beb923..1cb79d4350 100644 --- a/circuit-lib/light-prover-client/Cargo.toml +++ b/circuit-lib/light-prover-client/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0.60" num-traits = "0.2.19" tokio = { workspace = true, optional = true } reqwest = { version = "0.11.24", features = ["json", "rustls-tls"], optional = true } -sysinfo = "0.31" +sysinfo = "0.32" borsh = ">=0.9, <0.11" [dev-dependencies] duct = "0.13.7" diff --git a/forester/Cargo.toml b/forester/Cargo.toml index 4e49c195ec..01da5708ca 100644 --- a/forester/Cargo.toml +++ b/forester/Cargo.toml @@ -35,7 +35,7 @@ borsh = "0.10.3" bs58 = "0.4.0" photon-api = { workspace=true } bincode = "1.3" -sysinfo = "0.31" +sysinfo = "0.32" forester-utils = { workspace=true } env_logger = "0.11" rand = "0.8.5"