summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-13 03:01:04 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-13 03:01:04 -0500
commit7e5b59d8eae5fa804b80b628e2f55921c5db8b3e (patch)
treec1a3bdbe24e015777033eac371ddab426ed8968d /Cargo.lock
parentf7e3f34adfbe3a9ff2adb92fe094ef9dff4c5dbb (diff)
downloadnbsh-7e5b59d8eae5fa804b80b628e2f55921c5db8b3e.tar.gz
nbsh-7e5b59d8eae5fa804b80b628e2f55921c5db8b3e.zip
bump deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3545664..a8ed79c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -353,9 +353,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.109"
+version = "0.2.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
+checksum = "8e167738f1866a7ec625567bae89ca0d44477232a4f7c52b1c7f2adc2c98804f"
[[package]]
name = "log"
@@ -502,9 +502,9 @@ dependencies = [
[[package]]
name = "signal-hook"
-version = "0.3.10"
+version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
+checksum = "c35dfd12afb7828318348b8c408383cf5071a086c1d4ab1c0f9840ec92dbb922"
dependencies = [
"libc",
"signal-hook-registry",