From 499d87cd3f58975298ffb46dec0f47794075a8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:07:26 +0000 Subject: [PATCH] Bump anyhow from 1.0.42 to 1.0.43 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.42...1.0.43) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/calypso_filety/Cargo.toml | 2 +- libs/calypso_parsing/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e020e5..1aff2bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "arrayvec" diff --git a/libs/calypso_filety/Cargo.toml b/libs/calypso_filety/Cargo.toml index 6f9bd33..0d920a4 100644 --- a/libs/calypso_filety/Cargo.toml +++ b/libs/calypso_filety/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" [dependencies] calypso_base = { path = "../calypso_base", default-features = false, features = ["symbol"] } calypso_error = { path = "../calypso_error", version = "1.0.2" } -anyhow = "1.0.42" +anyhow = "1.0.43" serde = { version = "1.0.127", features = ["derive"] } bincode = "1.3.3" nom = "6.1.2" diff --git a/libs/calypso_parsing/Cargo.toml b/libs/calypso_parsing/Cargo.toml index ad1c36f..5645301 100644 --- a/libs/calypso_parsing/Cargo.toml +++ b/libs/calypso_parsing/Cargo.toml @@ -18,7 +18,7 @@ calypso_common = { path = "../calypso_common", version = "0.1.0" } calypso_ast = { path = "../calypso_ast", version = "0.1.0" } lazy_static = "1.4.0" lalrpop-util = "0.19.5" -anyhow = "1.0.42" +anyhow = "1.0.43" logos = "0.12.0" itertools = "0.10.1"