diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 10:49:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 10:49:10 +0000 |
commit | bd4e3d19f633ba5469f42c2c54d7ae03f4cdc3fe (patch) | |
tree | 1d47ee1afc1a9e18416d18f76288acbaf40c3ac0 /pinger | |
parent | 657381ac51edd9e7184375db9b65de19bda82e23 (diff) |
chore(deps): bump thiserror from 1.0.47 to 1.0.48
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.48)
---
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 862f8bd..2674f49 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/orf/pinger/" anyhow = "1.0.75" regex = "1.9.4" lazy_static = "1.4.0" -thiserror = "1.0.47" +thiserror = "1.0.48" [target.'cfg(windows)'.dependencies] winping = "0.10.1" |