juntyr / rust-cuda

https://juntyr.github.io/rust-cuda/
Apache License 2.0
5 stars 1 forks source link

Update sysinfo requirement from 0.20 to 0.21 #2

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on sysinfo to permit the latest version.

Changelog

Sourced from sysinfo's changelog.

0.21.1

  • Linux: Process CPU usage cannot go above maximum value (number of CPUs * 100) anymore.
  • Linux: Improve processors update.
  • Linux: Improve processes CPU usage computation speed.

0.21.0

  • Linux: Fix processes CPU computation (if System::refresh_cpu wasn't used).
  • Fix build for unsupported targets.
  • Make ProcessStatus enum unique for all platforms.
  • Unify documentation over all platforms.

0.20.5

  • Linux: Prevented overflow in disk size computation (bug in davfs2).
  • Fixed clippy lints

0.20.4

  • Update libc version, allowing to remove a lot of FFI bindings.

0.20.3

  • Windows: Reworked process information retrieval
  • Windows: Fixed issue on c_void size.
  • Improved documentation of ProcessExt::environ.

0.20.2

  • Windows: Added support for getting process' current working directory
  • Windows: Added support for getting process' environment variables
  • Removed more FFI bindings and replaced them with libc's.

0.20.1

  • macOS: Added better support for sandboxing.
  • macOS: Added support for getting process current working directory.
  • Added more explanations in crate level code example.
  • Updated rayon version to 1.5.1.

0.20.0

  • macOS: Improved code readability.
  • Windows: Prevented the taskkill.exe console window from appearing when using kill.
  • Fixed benchmarks compilation issue.
  • Upgraded minimum supported Rust version to 1.54.
  • Removed doc-comment dependency.
  • Merged README and crate documentation.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 2 years ago

Codecov Report

Merging #2 (220c134) into main (00a60fb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   84.09%   84.09%           
=======================================
  Files          31       31           
  Lines        2446     2446           
=======================================
  Hits         2057     2057           
  Misses        389      389           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 00a60fb...220c134. Read the comment docs.