From 70541f51ccfff3eefde3e52f85dd613b29cba226 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:52:14 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.41 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.41. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.41) 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..9174d03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 63a105d..ae24e32 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.41" 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.41" gl_generator = "0.14.0" [profile.dev]