Skip to content

Commit da87950

Browse files
Update sysinfo version to 0.38.4
1 parent 98e7077 commit da87950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ walkdir = "2.4"
5757
xz2 = "0.1"
5858

5959
# Dependencies needed by the build-metrics feature
60-
sysinfo = { version = "0.38.2", default-features = false, optional = true, features = ["system"] }
60+
sysinfo = { version = "0.38.4", default-features = false, optional = true, features = ["system"] }
6161

6262
# Dependencies needed by the `tracing` feature
6363
chrono = { version = "0.4", default-features = false, optional = true, features = ["now", "std"] }

src/tools/opt-dist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ log = "0.4"
1010
anyhow = "1"
1111
humantime = "2"
1212
humansize = "2"
13-
sysinfo = { version = "0.38.2", default-features = false, features = ["disk"] }
13+
sysinfo = { version = "0.38.4", default-features = false, features = ["disk"] }
1414
fs_extra = "1"
1515
camino = "1"
1616
tar = "0.4"

0 commit comments

Comments
 (0)