From fd0c1f9fdd2747fbf34e4b954218565c76b51281 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 04:23:45 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.42 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.42. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.42) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9657126..7021a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 63a105d..910d80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.42" lazy_static = "1.4.0" serde = { version = "1.0.123", features = ["derive"] } toml = "0.5.8" @@ -22,7 +22,7 @@ itertools = "0.10.0" smallvec = "1.6.1" [build-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.42" gl_generator = "0.14.0" [profile.dev]