summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-24 20:18:29 +0000
committerGitHub <noreply@github.com>2024-04-24 20:18:29 +0000
commit8b300571c6fd92208cf87559703fa0db3fcf4f7a (patch)
treede7b7a84ef47f93b0aa8bbfd18a38da4ebd66c7a
parentf8a52fcfbb6fe8718d1663cb61d11cbd1ea90b02 (diff)
parent04106619e88f0c3bae81eba2d609ef1e463338be (diff)
Merge pull request #633 from dalance/dependabot/cargo/libproc-0.14.8
Bump libproc from 0.14.6 to 0.14.8
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 63190d3..3bda3c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1278,9 +1278,9 @@ dependencies = [
[[package]]
name = "libproc"
-version = "0.14.6"
+version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8eb6497078a4c9c2aca63df56d8dce6eb4381d53a960f781a3a748f7ea97436d"
+checksum = "ae9ea4b75e1a81675429dafe43441df1caea70081e82246a8cccf514884a88bb"
dependencies = [
"bindgen 0.69.4",
"errno 0.3.8",