Skip to content

Commit bd2d2fe

Browse files
Update rcgen requirement from 0.11 to 0.13
Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. - [Release notes](https://github.com/rustls/rcgen/releases) - [Changelog](https://github.com/rustls/rcgen/blob/v0.11.3/CHANGELOG.md) - [Commits](rustls/rcgen@v0.11.0...v0.11.3) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.11.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22b5661 commit bd2d2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ quinn = "0.10"
2828
quinn-proto = "0.10"
2929
rand_chacha = "0.3"
3030
rand_core = "0.6"
31-
rcgen = "0.11"
31+
rcgen = "0.13"
3232
rustls = { version = "0.21", features = ["dangerous_configuration"] }
3333
secp256k1 = { version = "0.30", features = ["recovery", "rand"] }
3434
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)