Skip to content

Commit

Permalink
fix(deps): update rust crate rcgen to 0.11 (#21)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rcgen](https://togithub.com/est31/rcgen) | dependencies | minor |
`0.10` -> `0.11` |

---

### Release Notes

<details>
<summary>est31/rcgen</summary>

###
[`v0.11.0`](https://togithub.com/est31/rcgen/blob/HEAD/CHANGELOG.md#Release-0110---June-15-2023)

[Compare
Source](https://togithub.com/est31/rcgen/compare/v0.10.0...v0.11.0)

- Parse IP-address subject alternative names. Contributed by
[iamjpotts](https://togithub.com/iamjpotts).
- Emit platform-apropriate line endings. Contributed by
[frjonsen](https://togithub.com/frjonsen).
- Support larger serial numbers. Contributed by
[andrenth](https://togithub.com/andrenth).
- Parse more certificate parameters. Contributed by
[andrenth](https://togithub.com/andrenth).
- Output `SanType::IpAddress` when calling `CertificateParams::new` or
`generate_simple_self_signed`. Contributed by
[rukai](https://togithub.com/rukai).
- Update pem to 2.0. Contributed by
[koushiro](https://togithub.com/koushiro).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/akrantz01/lers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 16, 2023
1 parent 035833e commit e28bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hyper = { version = "0.14", features = ["server", "tcp"], optional = true }
once_cell = { version = "1", features = ["parking_lot"] }
openssl = "0.10"
parking_lot = "0.12"
rcgen = { version = "0.10", default-features = false, optional = true }
rcgen = { version = "0.11", default-features = false, optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json", "native-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit e28bea6

Please sign in to comment.