aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b4d5ebe6..10564d451 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -461,9 +461,9 @@ dependencies = [
461 461
462[[package]] 462[[package]]
463name = "hermit-abi" 463name = "hermit-abi"
464version = "0.1.7" 464version = "0.1.8"
465source = "registry+https://github.com/rust-lang/crates.io-index" 465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "e2c55f143919fbc0bc77e427fe2d74cf23786d7c1875666f2fde3ac3c659bb67" 466checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
467dependencies = [ 467dependencies = [
468 "libc", 468 "libc",
469] 469]
@@ -821,9 +821,9 @@ dependencies = [
821 821
822[[package]] 822[[package]]
823name = "paste" 823name = "paste"
824version = "0.1.6" 824version = "0.1.7"
825source = "registry+https://github.com/rust-lang/crates.io-index" 825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" 826checksum = "63e1afe738d71b1ebab5f1207c055054015427dbfc7bbe9ee1266894156ec046"
827dependencies = [ 827dependencies = [
828 "paste-impl", 828 "paste-impl",
829 "proc-macro-hack", 829 "proc-macro-hack",
@@ -831,9 +831,9 @@ dependencies = [
831 831
832[[package]] 832[[package]]
833name = "paste-impl" 833name = "paste-impl"
834version = "0.1.6" 834version = "0.1.7"
835source = "registry+https://github.com/rust-lang/crates.io-index" 835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" 836checksum = "6d4dc4a7f6f743211c5aab239640a65091535d97d43d92a52bca435a640892bb"
837dependencies = [ 837dependencies = [
838 "proc-macro-hack", 838 "proc-macro-hack",
839 "proc-macro2", 839 "proc-macro2",