summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-12-02 04:53:31 -0500
committerGitHub <noreply@github.com>2023-12-02 04:53:31 -0500
commitfab86e833a89b2227d052f80eb1bf250a68eb60e (patch)
tree74ac688f2b8c2f304c07d85c03be6d4cbc03ed95 /Cargo.lock
parent074b205a825c49280f7944efd9bf6f0af6d1155d (diff)
other: add back local time in debug logs (#1346)
* other: add back local time in debug logs This still has a UTC fallback. * cleanup and some warnings
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e8a92f30..a860cae3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -831,6 +831,15 @@ dependencies = [
]
[[package]]
+name = "num_threads"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "nvml-wrapper"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1311,6 +1320,8 @@ checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
dependencies = [
"deranged",
"itoa",
+ "libc",
+ "num_threads",
"powerfmt",
"serde",
"time-core",