summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 14:32:46 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-15 12:08:33 -0230
commit3f42565b5194a4daa64f36d5a69775c8d6c0df90 (patch)
tree9fc3a0c90c630da23deba2f4c69a596a8e413a87
parent4b11c28f8d38baeedb78646a8a242efbb2224b30 (diff)
Bump anyhow from 1.0.68 to 1.0.71
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.71) --- 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 f88bd37..2cc3352 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.68"
+version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
+checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "arrayvec"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 88645f5..ce5f3bc 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "core"
[dependencies]
-anyhow = "1.0.68"
+anyhow = "1.0.71"
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 0f49f89..d729436 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -18,7 +18,7 @@ name = "view"
testutils = ["dep:bitflags"]
[dependencies]
-anyhow = "1.0.68"
+anyhow = "1.0.71"
bitflags = { version = "1.3.2", optional = true }
captur = "0.1.0"
crossbeam-channel = "0.5.8"