diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-10 04:13:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 04:13:24 +0000 |
commit | f26e999ad404b8e3b2675fcd310851e3c3f356f8 (patch) | |
tree | 99296d6386649f10c1992b24fc6571f0521560e8 | |
parent | Better help for -u (diff) | |
download | miniserve-f26e999ad404b8e3b2675fcd310851e3c3f356f8.tar.gz miniserve-f26e999ad404b8e3b2675fcd310851e3c3f356f8.zip |
Bump rustls-pemfile from 1.0.3 to 1.0.4
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 1.0.4.
- [Commits](https://github.com/rustls/pemfile/compare/v/1.0.3...v/1.0.4)
---
updated-dependencies:
- dependency-name: rustls-pemfile
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2252,9 +2252,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64", ] |