Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pem requirement from 2 to 3 #171

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Updates the requirements on pem to permit the latest version.

Changelog

Sourced from pem's changelog.

3.0.0

  • trim proptest features to prevent an MSRV break for testing
  • make EncodeConfig struct extendable and add a line_wrap config option

2.0.1

  • Fix serde support on no_std
  • Drop MSRV to 1.60

2.0

  • Add no_std support
  • Bump MSRV to 1.67
  • Refactor API to prevent direct modification and access of elements and to allow access to the optional rfc1421-described headers.

1.1.1

  • Allow PEM files to be parsed with the optional rfc1421-described headers (although you cannot retrieve the headers)

1.1.0

  • Add optional serde support

1.0.2

  • Remove dependency on Regex in favor of a hand-rolled parser

1.0.1

  • hide the ASCII_ARMOR symbol to work around a linking issue with 32-bit windows builds

1.0

  • pem::parse_many now returns a Result<Vec<Pem>> instead of a Vec<Pem> that silently discarded invalid sections.
Commits
  • 275615f chore: Release pem version 3.0.0
  • 5bdab12 update CHANGELOG for release
  • bc5d3bb Merge pull request #49 from accidentaldevelopment/custom-line-wrap
  • 7e1f40b fix doc tests
  • ba4962f update changelog for line_wrap option
  • e132e46 add line_wrap to encoding config
  • b32d04e trim proptest features to prevent an MSRV break for testing
  • 6ccb685 chore: Release pem version 2.0.1
  • 584b77e update changelog for 2.0.1 release
  • f087d55 Merge pull request #46 from koushiro/downgrade-msrv-1.60.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
@github-actions
Copy link

Benchmark for 17ba2f6

Click to view benchmark
Test Base PR %
chunk_size_decompress_mutilfiles_random/Layers(0x0)/1024 643.4±41.93ns 644.5±66.05ns +0.17%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/1048576 85.9±5.93µs 84.9±5.96µs -1.16%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/16777216 1379.9±42.84µs 1368.6±47.13µs -0.82%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/65536 5.6±0.64µs 5.8±0.51µs +3.57%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/1024 823.0±455.08µs 846.0±467.44µs +2.79%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/1048576 35.0±0.07ms 37.6±0.13ms +7.43%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/16777216 188.6±0.32ms 194.6±1.89ms +3.18%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/65536 7.7±4.36ms 8.0±4.56ms +3.90%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/1024 1111.6±626.18µs 1118.9±629.40µs +0.66%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/1048576 47.9±0.23ms 49.3±0.11ms +2.92%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/16777216 393.2±4.59ms 392.6±1.20ms -0.15%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/65536 10.0±4.73ms 10.3±4.86ms +3.00%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/1024 1505.4±533.93µs 1505.7±533.80µs +0.02%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/1048576 17.3±0.49ms 17.2±0.02ms -0.58%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/16777216 250.1±0.20ms 250.6±2.16ms +0.20%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/65536 2.9±0.13ms 2.9±0.13ms 0.00%
failsafe_multiple_layers_repair/Layers(0x0)/4194304 65.7±0.51ms 65.8±0.47ms +0.15%
failsafe_multiple_layers_repair/Layers(COMPRESS)/4194304 114.8±0.35ms 117.7±0.35ms +2.53%
failsafe_multiple_layers_repair/Layers(ENCRYPT | COMPRESS)/4194304 132.6±0.33ms 136.4±2.90ms +2.87%
failsafe_multiple_layers_repair/Layers(ENCRYPT)/4194304 88.8±0.40ms 89.1±0.47ms +0.34%
reader_multiple_layers_multiple_block_size/Layers(0x0)/1024 126.8±8.15ns 132.2±8.98ns +4.26%
reader_multiple_layers_multiple_block_size/Layers(0x0)/1048576 82.4±9.13µs 84.8±8.84µs +2.91%
reader_multiple_layers_multiple_block_size/Layers(0x0)/16777216 1291.2±38.48µs 1383.0±613.10µs +7.11%
reader_multiple_layers_multiple_block_size/Layers(0x0)/65536 4.9±0.55µs 4.9±0.74µs 0.00%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/1024 2.6±2.53µs 2.7±2.62µs +3.85%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/1048576 2.4±0.03ms 2.6±0.05ms +8.33%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/16777216 139.9±0.40ms 144.8±0.90ms +3.50%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/65536 187.7±176.71µs 192.6±180.97µs +2.61%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1024 21.8±3.03µs 22.4±3.10µs +2.75%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1048576 23.2±0.06ms 23.6±0.15ms +1.72%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/16777216 381.4±0.64ms 390.9±1.50ms +2.49%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/65536 1344.3±181.68µs 1379.5±183.96µs +2.62%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1024 14.7±0.91µs 14.8±0.90µs +0.68%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1048576 15.4±0.01ms 15.5±0.03ms +0.65%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/16777216 251.2±4.44ms 251.8±0.10ms +0.24%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/65536 940.3±55.27µs 946.7±55.80µs +0.68%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/1024 591.6±28.04ns 618.9±34.42ns +4.61%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/1048576 84.7±5.11µs 80.9±8.02µs -4.49%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/16777216 1322.6±36.35µs 1342.5±33.96µs +1.50%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/65536 5.9±0.45µs 5.7±0.36µs -3.39%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/1024 13.9±0.52µs 14.1±0.24µs +1.44%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/1048576 11.9±0.03ms 12.6±0.04ms +5.88%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/16777216 187.7±0.37ms 195.0±1.28ms +3.89%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/65536 743.8±11.22µs 774.6±8.59µs +4.14%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/1024 27.2±0.28µs 27.2±0.27µs 0.00%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/1048576 24.4±0.04ms 25.0±0.40ms +2.46%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/16777216 388.4±1.18ms 394.4±2.27ms +1.54%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/65536 1508.5±15.25µs 1546.9±24.61µs +2.55%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/1024 17.4±0.19µs 17.4±0.19µs 0.00%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/1048576 15.8±0.01ms 15.7±0.01ms -0.63%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/16777216 253.8±0.09ms 252.1±0.12ms -0.67%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/65536 980.3±2.23µs 980.1±1.49µs -0.02%
writer_multiple_layers_multiple_block_size/Layers(0x0)/1024 8.4±0.08µs 8.4±0.07µs 0.00%
writer_multiple_layers_multiple_block_size/Layers(0x0)/1048576 8.2±0.23ms 8.3±0.23ms +1.22%
writer_multiple_layers_multiple_block_size/Layers(0x0)/16777216 131.2±0.49ms 132.2±2.53ms +0.76%
writer_multiple_layers_multiple_block_size/Layers(0x0)/65536 512.2±15.08µs 514.1±14.78µs +0.37%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/1024 13.5±0.12µs 13.7±0.34µs +1.48%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/1048576 17.7±0.36ms 17.9±0.37ms +1.13%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/16777216 469.5±1.32ms 473.2±2.37ms +0.79%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/65536 848.0±24.10µs 852.2±38.21µs +0.50%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1024 13.5±0.12µs 13.8±0.50µs +2.22%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1048576 20.8±0.70ms 20.8±0.74ms 0.00%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/16777216 665.9±9.51ms 664.1±3.24ms -0.27%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/65536 848.0±17.00µs 847.4±11.23µs -0.07%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1024 25.1±0.05µs 25.1±0.16µs 0.00%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1048576 24.1±0.22ms 24.1±0.09ms 0.00%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/16777216 384.4±0.53ms 386.8±2.88ms +0.62%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/65536 1501.3±5.08µs 1506.4±8.19µs +0.34%

@commial
Copy link
Contributor

commial commented Aug 11, 2023

@dependabot rebase

Updates the requirements on [pem](https://github.com/jcreekmore/pem-rs) to permit the latest version.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

Benchmark for fe48b73

Click to view benchmark
Test Base PR %
chunk_size_decompress_mutilfiles_random/Layers(0x0)/1024 649.6±50.19ns 660.7±52.29ns +1.71%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/1048576 85.1±8.01µs 85.5±6.99µs +0.47%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/16777216 1375.3±54.22µs 1419.8±40.05µs +3.24%
chunk_size_decompress_mutilfiles_random/Layers(0x0)/65536 5.8±0.67µs 5.7±0.76µs -1.72%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/1024 823.8±456.95µs 822.5±453.84µs -0.16%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/1048576 34.8±0.07ms 34.9±0.14ms +0.29%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/16777216 186.7±0.40ms 185.3±0.41ms -0.75%
chunk_size_decompress_mutilfiles_random/Layers(COMPRESS)/65536 7.7±4.37ms 7.7±4.32ms 0.00%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/1024 1140.0±647.25µs 1118.8±630.49µs -1.86%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/1048576 48.0±0.17ms 47.9±0.13ms -0.21%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/16777216 393.8±0.61ms 390.9±1.09ms -0.74%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT | COMPRESS)/65536 10.1±4.74ms 10.1±4.74ms 0.00%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/1024 1506.7±534.25µs 1513.6±536.59µs +0.46%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/1048576 17.7±0.01ms 17.4±0.01ms -1.69%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/16777216 257.3±0.07ms 253.4±0.09ms -1.52%
chunk_size_decompress_mutilfiles_random/Layers(ENCRYPT)/65536 2.9±0.13ms 2.9±0.13ms 0.00%
failsafe_multiple_layers_repair/Layers(0x0)/4194304 65.4±0.53ms 65.2±0.40ms -0.31%
failsafe_multiple_layers_repair/Layers(COMPRESS)/4194304 113.7±0.34ms 114.6±0.36ms +0.79%
failsafe_multiple_layers_repair/Layers(ENCRYPT | COMPRESS)/4194304 131.6±0.43ms 132.2±0.29ms +0.46%
failsafe_multiple_layers_repair/Layers(ENCRYPT)/4194304 88.6±0.55ms 88.2±0.44ms -0.45%
reader_multiple_layers_multiple_block_size/Layers(0x0)/1024 121.6±8.46ns 128.5±11.65ns +5.67%
reader_multiple_layers_multiple_block_size/Layers(0x0)/1048576 81.7±11.27µs 79.0±12.49µs -3.30%
reader_multiple_layers_multiple_block_size/Layers(0x0)/16777216 1321.8±40.44µs 1222.2±32.91µs -7.54%
reader_multiple_layers_multiple_block_size/Layers(0x0)/65536 4.7±0.74µs 4.7±0.74µs 0.00%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/1024 2.6±2.51µs 2.6±2.59µs 0.00%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/1048576 2.4±0.02ms 2.5±0.05ms +4.17%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/16777216 138.4±0.48ms 141.4±0.65ms +2.17%
reader_multiple_layers_multiple_block_size/Layers(COMPRESS)/65536 183.0±172.83µs 185.2±175.63µs +1.20%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1024 21.8±2.86µs 22.0±3.11µs +0.92%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1048576 23.1±0.20ms 23.0±0.12ms -0.43%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/16777216 385.6±1.52ms 384.8±0.85ms -0.21%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/65536 1342.7±180.86µs 1368.6±182.76µs +1.93%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1024 15.0±0.93µs 14.8±0.92µs -1.33%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1048576 15.8±0.01ms 15.5±0.01ms -1.90%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/16777216 255.4±0.06ms 251.4±0.07ms -1.57%
reader_multiple_layers_multiple_block_size/Layers(ENCRYPT)/65536 960.4±56.50µs 945.6±55.56µs -1.54%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/1024 588.7±35.50ns 592.6±33.02ns +0.66%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/1048576 86.3±5.34µs 79.6±9.21µs -7.76%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/16777216 1344.1±34.67µs 1308.3±40.37µs -2.66%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(0x0)/65536 5.9±0.53µs 5.6±0.45µs -5.08%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/1024 13.7±0.09µs 13.7±0.12µs 0.00%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/1048576 11.9±0.03ms 12.0±0.04ms +0.84%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/16777216 194.3±0.55ms 186.5±0.75ms -4.01%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(COMPRESS)/65536 762.4±26.01µs 735.4±7.79µs -3.54%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/1024 26.9±0.24µs 27.1±0.31µs +0.74%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/1048576 24.4±0.06ms 24.8±0.12ms +1.64%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/16777216 392.5±0.51ms 392.3±0.96ms -0.05%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT | COMPRESS)/65536 1557.2±21.79µs 1509.8±17.52µs -3.04%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/1024 17.6±0.21µs 17.6±0.21µs 0.00%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/1048576 15.9±0.01ms 16.0±0.01ms +0.63%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/16777216 254.3±0.07ms 255.6±0.10ms +0.51%
reader_multiple_layers_multiple_block_size_multifiles_linear/Layers(ENCRYPT)/65536 992.6±1.27µs 996.8±0.98µs +0.42%
writer_multiple_layers_multiple_block_size/Layers(0x0)/1024 8.3±0.06µs 8.3±0.07µs 0.00%
writer_multiple_layers_multiple_block_size/Layers(0x0)/1048576 8.2±0.21ms 8.2±0.21ms 0.00%
writer_multiple_layers_multiple_block_size/Layers(0x0)/16777216 130.8±0.48ms 130.7±0.45ms -0.08%
writer_multiple_layers_multiple_block_size/Layers(0x0)/65536 509.4±13.40µs 508.6±12.94µs -0.16%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/1024 13.5±0.14µs 13.6±0.33µs +0.74%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/1048576 17.7±0.40ms 17.9±0.37ms +1.13%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/16777216 472.4±0.88ms 471.1±3.76ms -0.28%
writer_multiple_layers_multiple_block_size/Layers(COMPRESS)/65536 830.9±11.45µs 834.7±9.19µs +0.46%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1024 13.5±0.09µs 13.7±0.50µs +1.48%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/1048576 20.8±0.70ms 21.1±0.72ms +1.44%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/16777216 665.6±1.52ms 663.1±2.88ms -0.38%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT | COMPRESS)/65536 840.8±13.85µs 846.4±12.14µs +0.67%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1024 25.3±0.05µs 25.2±0.04µs -0.40%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/1048576 24.2±0.09ms 24.2±0.06ms 0.00%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/16777216 386.9±0.56ms 387.5±0.56ms +0.16%
writer_multiple_layers_multiple_block_size/Layers(ENCRYPT)/65536 1510.5±5.69µs 1514.5±8.48µs +0.26%

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

A newer version of pem exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@commial commial merged commit 1d26592 into master Sep 4, 2023
23 checks passed
@commial commial deleted the dependabot/cargo/pem-3 branch September 4, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant