summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 188cb22..7495526 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,15 +2,13 @@
# It is not intended for manual editing.
[[package]]
name = "libc"
-version = "0.2.60"
+version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
[[package]]
name = "neco"
version = "0.1.0"
dependencies = [
- "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc",
]
-
-[metadata]
-"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"