Skip to content

Commit

Permalink
Update sysinfo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Aug 31, 2022
1 parent aed2658 commit 19596f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
20 changes: 6 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ slog = { version = "2.3", features = ["max_level_trace", "release_max_level_debu
slog-global = { version = "0.1", git = "https://github.com/breeswish/slog-global.git", rev = "d592f88e4dbba5eb439998463054f1a44fbf17b9" }
sst_importer = { path = "components/sst_importer", default-features = false }
strum = { version = "0.20", features = ["derive"] }
sysinfo = "0.16"
sysinfo = "0.26"
tempfile = "3.0"
thiserror = "1.0"
tidb_query_aggr = { path = "components/tidb_query_aggr", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion components/tikv_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ slog-async = "2.3"
slog-global = { version = "0.1", git = "https://github.com/breeswish/slog-global.git", rev = "d592f88e4dbba5eb439998463054f1a44fbf17b9" }
slog-json = "2.3"
slog-term = "2.4"
sysinfo = "0.16"
sysinfo = "0.26"
thiserror = "1.0"
tikv_alloc = { path = "../tikv_alloc" }
time = "0.1"
Expand Down

0 comments on commit 19596f4

Please sign in to comment.