summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-20 00:17:33 +0000
committerTim Oram <dev@mitmaro.ca>2022-12-20 09:00:25 -0330
commit936fcbb3d97bc9091c4613adfe1601be3b9f5cae (patch)
tree1dc16b43d453df5cf3d5ac162e4f1a13798e5d58
parent4895dc1e3e85445898d20363369d71da6b679493 (diff)
Bump thiserror from 1.0.37 to 1.0.38
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--src/config/Cargo.toml2
-rw-r--r--src/display/Cargo.toml2
-rw-r--r--src/git/Cargo.toml2
-rw-r--r--src/runtime/Cargo.toml2
-rw-r--r--src/todo_file/Cargo.toml2
6 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4cdd0e7..90305b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -968,18 +968,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.37"
+version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
+checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.37"
+version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
+checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index 0067ceb..4d82583 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "config"
[dependencies]
-thiserror = "1.0.37"
+thiserror = "1.0.38"
girt-git = {version = "2.2.0", path = "../../src/git"}
[dev-dependencies]
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 5625f20..83350a4 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -16,7 +16,7 @@ name = "display"
[dependencies]
crossterm = "0.25.0"
-thiserror = "1.0.37"
+thiserror = "1.0.38"
girt-config = {version = "2.2.0", path = "../config"}
[dev-dependencies]
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 29fc9db..0345d51 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -19,7 +19,7 @@ chrono = "0.4.23"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
tempfile = "3.3.0"
-thiserror = "1.0.37"
+thiserror = "1.0.38"
[dependencies.git2]
version = "=0.15.0"
diff --git a/src/runtime/Cargo.toml b/src/runtime/Cargo.toml
index c225a99..2581061 100644
--- a/src/runtime/Cargo.toml
+++ b/src/runtime/Cargo.toml
@@ -15,7 +15,7 @@ readme = "../../README.md"
name = "runtime"
[dependencies]
-thiserror = "1.0.37"
+thiserror = "1.0.38"
crossbeam-channel = "0.5.6"
parking_lot = "0.12.1"
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index 77936f8..ebe0e09 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -16,7 +16,7 @@ name = "todo_file"
[dependencies]
tempfile = "3.3.0"
-thiserror = "1.0.37"
+thiserror = "1.0.38"
version-track = "0.1.0"
[dev-dependencies]