summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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>
Diffstat (limited to 'src')
-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
5 files changed, 5 insertions, 5 deletions
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]