From 621af3cbcbc1b8af83a72079423f2b0eef299564 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Tue, 20 Oct 2020 14:44:56 -0400 Subject: [PATCH] Bump thiserror to 1.0.21 (#241) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 803c506f9b..5cf912cc22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4" num-traits = "0.2" spirv = { package = "spirv_headers", version = "1.4.2", optional = true } pomelo = { version = "0.1.4", optional = true } -thiserror = "1.0" +thiserror = "1.0.21" serde = { version = "1.0", features = ["derive"], optional = true } petgraph = { version ="0.5", optional = true }