Skip to content

Commit

Permalink
fix(deps): update rust crate rcgen to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2023
1 parent 91aac81 commit 9857788
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.11", default-features = false, optional = true }
rcgen = { version = "0.12", 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 9857788

Please sign in to comment.