diff options
author | dependabot[bot] | 2021-06-14 07:00:09 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-14 08:36:56 +0000 |
commit | 8c1edd22afc2c360045f1ee10cb67e89a60b3932 (patch) | |
tree | 20066ef9210c6a2fccc33dd38449a85ef7d081c8 | |
parent | 9b352ceefd8f000fb2775bd5a2667074ca3dd63d (diff) |
Bump anyhow from 1.0.40 to 1.0.41
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.40...1.0.41)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "autocfg" |