Bump pem from 3.0.1 to 3.0.2 in /src/rust (#9493)

Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jcreekmore/pem-rs/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-24 11:05:25 +00:00 committed by GitHub
parent 65ed65e595
commit d422c90b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
src/rust/Cargo.lock generated
View file

@ -222,9 +222,9 @@ dependencies = [
[[package]]
name = "pem"
version = "3.0.1"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960"
checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923"
dependencies = [
"base64",
]