summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 03:00:05 +0000
committerGitHub <noreply@github.com>2023-03-06 03:00:05 +0000
commit32f701ab9d8ac115382e433b296dcff454274e8e (patch)
tree1cacea793abbeb8a3a96975defff8544a3585260
parenta4dac97b40e4a29c60d64476d69dfd50d501cec8 (diff)
Bump thiserror from 1.0.34 to 1.0.39dependabot/cargo/thiserror-1.0.39
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.39) --- 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--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86bf9a0..158698a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -626,18 +626,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.34"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
+checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.34"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
+checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 0c530e6..1bb1285 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ toml = "0.5.9"
serde = "1.0.144"
serde_derive = "1.0.119"
dirs-next = "2.0.0"
-thiserror = "1.0.34"
+thiserror = "1.0.39"
lazy_static = "1.4.0"
[dev-dependencies]