diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-15 19:37:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 19:37:01 -0700 |
| commit | 821ac838554f5f86ded02f7b1c494112ca5d03d7 (patch) | |
| tree | c64fa271181c4aae2259c261f10b7c6880b166bf /src | |
| parent | Merge pull request #1 from fcuny/dependabot/cargo/x509-parser-0.16.0 (diff) | |
| parent | build(deps): bump anyhow from 1.0.70 to 1.0.82 (diff) | |
| download | x-821ac838554f5f86ded02f7b1c494112ca5d03d7.tar.gz | |
Merge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82
build(deps): bump anyhow from 1.0.70 to 1.0.82
Diffstat (limited to 'src')
| -rw-r--r-- | src/x509-info/Cargo.lock | 4 | ||||
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/x509-info/Cargo.lock b/src/x509-info/Cargo.lock index 306cd60..16c0dc5 100644 --- a/src/x509-info/Cargo.lock +++ b/src/x509-info/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "asn1-rs" diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml index fb5fda3..48426e7 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"]} |
