summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-01 11:59:52 +0000
committerTim Oram <dev@mitmaro.ca>2023-08-01 09:39:51 -0230
commit914f8f67afe2df555d0221f779736dc91ebdb244 (patch)
treea0cf7fddea278eac14ecbf7d7485bb1404a5ec47
parent2bf09e1663e1426ee0533dd85428f7dea624ae2e (diff)
Bump thiserror from 1.0.43 to 1.0.44
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.43...1.0.44) --- 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 3ee056e..56a89bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1029,18 +1029,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.43"
+version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
+checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.43"
+version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
+checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
dependencies = [
"proc-macro2",
"quote",
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index 216c427..9ad35e9 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "config"
[dependencies]
-thiserror = "1.0.43"
+thiserror = "1.0.44"
girt-git = {version = "2.3.0", path = "../../src/git"}
[dev-dependencies]
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index adba6c3..4de4d2b 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -16,7 +16,7 @@ name = "display"
[dependencies]
crossterm = "0.26.1"
-thiserror = "1.0.43"
+thiserror = "1.0.44"
girt-config = {version = "2.3.0", path = "../config"}
[dev-dependencies]
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 77605bd..7d6f37d 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -19,7 +19,7 @@ chrono = "0.4.26"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
tempfile = "3.7.0"
-thiserror = "1.0.43"
+thiserror = "1.0.44"
[dependencies.git2]
version = "=0.15.0"
diff --git a/src/runtime/Cargo.toml b/src/runtime/Cargo.toml
index bb9e065..3e1e315 100644
--- a/src/runtime/Cargo.toml
+++ b/src/runtime/Cargo.toml
@@ -15,7 +15,7 @@ readme = "../../README.md"
name = "runtime"
[dependencies]
-thiserror = "1.0.43"
+thiserror = "1.0.44"
crossbeam-channel = "0.5.8"
parking_lot = "0.12.1"
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index 1837e58..3fa8027 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -16,7 +16,7 @@ name = "todo_file"
[dependencies]
tempfile = "3.7.0"
-thiserror = "1.0.43"
+thiserror = "1.0.44"
version-track = "0.1.0"
[dev-dependencies]