Skip to content

Commit c012051

Browse files
chore(deps): update rcgen requirement from 0.13.2 to 0.14.7
Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](rustls/rcgen@v0.13.2...v0.14.7) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.14.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4597d0 commit c012051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libsqlite3-sys = { version = "0.35", features = ["bundled"] } # this is needed
6060
log = "0.4.25"
6161
once_cell = "1.20.3"
6262
rand = "0.9.0"
63-
rcgen = "0.13.2"
63+
rcgen = "0.14.7"
6464
regex = "1.11.1"
6565
rocket = { version = "0.5.1", features = ["tls"] }
6666
rocket_okapi = { version = "0.9.0", features = ["swagger", "rapidoc"] }

0 commit comments

Comments
 (0)