diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-15 10:08:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:08:25 +0000 |
commit | d16d3a221767c6532c72696aaaeb570b19a3bb02 (patch) | |
tree | a91b087f2bc26d2249c9a1f27fc9d196ebcccd0e /pinger | |
parent | 9cc4effecbac8e4474b39dd2fd0ef7ada1fe5d19 (diff) |
chore(deps): bump thiserror from 1.0.44 to 1.0.45
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.45.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.45)
---
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 'pinger')
-rw-r--r-- | pinger/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index e2e8e5a..8736763 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/orf/pinger/" anyhow = "1.0.73" regex = "1.9.3" lazy_static = "1.4.0" -thiserror = "1.0.44" +thiserror = "1.0.45" [target.'cfg(windows)'.dependencies] winping = "0.10.1" |