procs: Update to version 0.13.3

This commit is contained in:
github-actions[bot] 2022-10-18 08:31:25 +00:00
parent 8fdfdabcb7
commit 2e73489f31

View File

@ -1,12 +1,12 @@
{ {
"version": "0.13.2", "version": "0.13.3",
"description": "A modern replacement for ps(1)", "description": "A modern replacement for ps(1)",
"homepage": "https://github.com/dalance/procs", "homepage": "https://github.com/dalance/procs",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.13.2/procs-v0.13.2-x86_64-windows.zip", "url": "https://github.com/dalance/procs/releases/download/v0.13.3/procs-v0.13.3-x86_64-windows.zip",
"hash": "8f65fc1598f654af523fd843495676edd4aa714485994eb89ffffe5c888f2020", "hash": "9e3dee1f7f20dca5e70de74e2b9dff7571227984450a3c7279dd51289af17e96",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },