summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 20:25:48 +0800
committerGitHub <noreply@github.com>2024-03-01 20:25:48 +0800
commit1cc163a8cc1bf4725404623803e1ba13410c956d (patch)
tree57bd7d559c4f34ce49e4bc346803eb57cf1c9555 /Cargo.toml
parent84b182185880dc8620fe60ed40bc6fe75c2fe3e4 (diff)
chore(deps): bump thiserror from 1.0.56 to 1.0.57 (#366)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.57. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.57) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 8ac0959..ea6ad7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ pnet_macros_support = "0.34.0"
ratatui = "0.25.0"
resolv-conf = "0.7.0"
simplelog = "0.12.1"
-thiserror = "1.0.56"
+thiserror = "1.0.57"
tokio = { version = "1.35", features = ["rt", "sync"] }
trust-dns-resolver = "0.23.2"
unicode-width = "0.1.11"