summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 08:14:14 +0000
committerGitHub <noreply@github.com>2023-03-20 08:14:14 +0000
commit838ea7cec9b51bb209652ff2d2256eb413a59008 (patch)
treeec2f0519a9dcf875a516ac1bd95f2888b869da8a /Cargo.toml
parentbef642ea73fc6f1a3d406af4bd1c68ee1ac3dcaf (diff)
Build(deps): Bump thiserror from 1.0.39 to 1.0.40
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40) --- 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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a1e6e3..8eaf62b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ dashmap = "5.4.0"
futures = "0.3.27"
mqtt-format = { version = "0.5.0", path = "mqtt-format", features = ["yoke"] }
nom = { version = "7.1.3" }
-thiserror = "1.0.39"
+thiserror = "1.0.40"
tokio = { version = "1.26.0", default-features = false, features = [
"net",
"time",