about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-06-16 10:41:19 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-06-16 10:41:19 +0200
commit5443f39f8718a2d9ff1be4b6ce99807690ab516f (patch)
tree461a20d4066a2436888ea2e6b1e4bde3446e9862
parentd471c1b5217e7109c1d000acc3c81a191a2c0383 (diff)
downloadrust-5443f39f8718a2d9ff1be4b6ce99807690ab516f.tar.gz
rust-5443f39f8718a2d9ff1be4b6ce99807690ab516f.zip
Update dependencies
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd47b093b0b..3999a85d3eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,18 +371,18 @@ checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
 
 [[package]]
 name = "thiserror"
-version = "1.0.19"
+version = "1.0.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344"
+checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.19"
+version = "1.0.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479"
+checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
 dependencies = [
  "proc-macro2",
  "quote",