summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 01:47:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 01:47:30 +0200
commit52b498494534784c77bfa4a93706be40620ebd9a (patch)
treed8499f6bec9a452231c4fcfc4d05d6b450cebf1b /Cargo.lock
parent9aae18d76454b01f07b177efafcc9867dfa7dff1 (diff)
downloadneco-52b498494534784c77bfa4a93706be40620ebd9a.tar
neco-52b498494534784c77bfa4a93706be40620ebd9a.zip
Lots of changes
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"