Skip to content

Commit

Permalink
build(deps): bump pem from 3.0.3 to 3.0.4 (#12408)
Browse files Browse the repository at this point in the history
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.3 to 3.0.4.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: indirect
  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>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 3d35005 commit 57afbd2
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"

[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"

[[package]]
name = "bitflags"
version = "1.3.2"
Expand Down Expand Up @@ -951,7 +957,7 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6"
dependencies = [
"base64",
"base64 0.21.7",
"bytes",
"chrono",
"schemars",
Expand Down Expand Up @@ -979,7 +985,7 @@ version = "0.87.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f"
dependencies = [
"base64",
"base64 0.21.7",
"bytes",
"chrono",
"either",
Expand Down Expand Up @@ -1543,11 +1549,11 @@ dependencies = [

[[package]]
name = "pem"
version = "3.0.3"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310"
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
dependencies = [
"base64",
"base64 0.22.0",
"serde",
]

Expand Down Expand Up @@ -1889,7 +1895,7 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64",
"base64 0.21.7",
]

[[package]]
Expand Down Expand Up @@ -2346,7 +2352,7 @@ dependencies = [
"async-stream",
"async-trait",
"axum",
"base64",
"base64 0.21.7",
"bytes",
"h2",
"http",
Expand Down Expand Up @@ -2390,7 +2396,7 @@ version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
dependencies = [
"base64",
"base64 0.21.7",
"bitflags 2.4.0",
"bytes",
"futures-core",
Expand Down

0 comments on commit 57afbd2

Please sign in to comment.