summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 23:48:49 +0000
committerTim Oram <dev@mitmaro.ca>2022-12-19 20:37:06 -0330
commit4895dc1e3e85445898d20363369d71da6b679493 (patch)
tree625be2c067cb2df3cdeb9b85fa787fa833c81ef7
parent2647db1471e7f775f88c0f65f1afeeec7523f25d (diff)
Bump anyhow from 1.0.66 to 1.0.68
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68) --- 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 5d0c48a..4cdd0e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.66"
+version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
+checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "arrayvec"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 5449b47..d8f858d 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "core"
[dependencies]
-anyhow = "1.0.66"
+anyhow = "1.0.68"
bitflags = "1.3.2"
captur = "0.1.0"
if_chain = "1.0.2"
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 93b0320..4b52db2 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -18,7 +18,7 @@ name = "view"
testutils = ["dep:bitflags"]
[dependencies]
-anyhow = "1.0.66"
+anyhow = "1.0.68"
bitflags = { version = "1.3.2", optional = true }
captur = "0.1.0"
crossbeam-channel = "0.5.6"