diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-16 02:35:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 02:35:51 +0000 |
| commit | 229b4f8fbf8a89479a40df03adc2df17cf8b481e (patch) | |
| tree | 8216021d3d88f317d3b45754e6fa385a541fc818 /src/x509-info/Cargo.toml | |
| parent | add some workflows for CI and dependabot config (diff) | |
| download | x-229b4f8fbf8a89479a40df03adc2df17cf8b481e.tar.gz | |
build(deps): bump anyhow from 1.0.70 to 1.0.82
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.82.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.82)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/x509-info/Cargo.toml')
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml index e8b16e7..1905137 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://git.fcuny.net/x509-info/about/" readme = "README.md" [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.82" chrono = {version = "0.4.20", features = ["clock"], default-features = false } clap = {version = "4.0.18", features = ["derive", "cargo"]} rustls = {version = "0.20.7", features = ["dangerous_configuration"]} |
