Skip to content

Commit 3dceb5b

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Update sysinfo from 0.38.4 to 0.39.6
Summary: Release notes: https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md Reviewed By: 8Keep Differential Revision: D116824961 fbshipit-source-id: 90183eb84e1971fade021322392326d17290c982
1 parent ef3e3bd commit 3dceb5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eden/fs/cli_rs/edenfs-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde_json = { version = "1.0.151", features = ["alloc", "float_roundtrip", "raw
3737
shlex = "2.0.1"
3838
strum = { version = "0.28.0", features = ["derive"] }
3939
subprocess = "0.2.15"
40-
sysinfo = "0.38.4"
40+
sysinfo = "0.39.6"
4141
thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" }
4242
tokio = { version = "1.53.1", features = ["full", "test-util", "tracing"] }
4343
toml = { version = "1.1.4", features = ["preserve_order"] }

eden/fs/cli_rs/edenfs-commands/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = { version = "1.0.229", features = ["derive", "rc"] }
3939
serde_json = { version = "1.0.151", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
4040
strum = { version = "0.28.0", features = ["derive"] }
4141
subprocess = "0.2.15"
42-
sysinfo = "0.38.4"
42+
sysinfo = "0.39.6"
4343
tabular = "0.2.0"
4444
termwiz = { git = "https://github.com/wezterm/wezterm.git", rev = "05343b387085842b434d267f91b6b0ec157e4331", features = ["use_serde", "widgets"], default-features = false }
4545
tokio = { version = "1.53.1", features = ["full", "test-util", "tracing"] }

eden/fs/cli_rs/edenfs-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.104"
1212
byteorder = "1.5"
1313
edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
1414
regex = "1.13.1"
15-
sysinfo = "0.38.4"
15+
sysinfo = "0.39.6"
1616
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)