summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 12:04:20 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-17 09:45:44 -0230
commitf94d35a0e2146607550fee524bbeeab42286b441 (patch)
tree50abb0462949a7dc18db8be55dc990e8f8e53b7a
parent143e41b1c5f6a3818d43d81211298dd235284e25 (diff)
Bump anyhow from 1.0.71 to 1.0.72
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72) --- 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.lock4
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/view/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7f854a..a85de71 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.71"
+version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
+checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "arrayvec"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index be2ec41..419b918 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "core"
[dependencies]
-anyhow = "1.0.71"
+anyhow = "1.0.72"
bitflags = "1.3.2"
captur = "0.1.0"
crossbeam-channel = "0.5.8"
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index bc97630..113a54c 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -18,7 +18,7 @@ name = "view"
testutils = ["dep:bitflags"]
[dependencies]
-anyhow = "1.0.71"
+anyhow = "1.0.72"
bitflags = { version = "1.3.2", optional = true }
captur = "0.1.0"
crossbeam-channel = "0.5.8"