Skip to content

Commit

Permalink
Merge pull request #95 from omjadas/dependabot/cargo/rcgen-0.12.0
Browse files Browse the repository at this point in the history
chore(deps): update rcgen requirement from 0.11.0 to 0.12.0
  • Loading branch information
omjadas authored Dec 17, 2023
2 parents 15f8979 + 110e101 commit 23973d2
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 @@ -30,7 +30,7 @@ hyper-tungstenite = "0.11.1"
moka = { version = "0.12.0", features = ["future"], optional = true }
openssl = { version = "0.10.39", optional = true }
rand = { version = "0.8.0", optional = true }
rcgen = { version = "0.11.0", features = ["x509-parser"], optional = true }
rcgen = { version = "0.12.0", features = ["x509-parser"], optional = true }
thiserror = "1.0.30"
time = { version = "0.3.7", optional = true }
tokio = { version = "1.24.2", features = ["rt"] }
Expand Down

0 comments on commit 23973d2

Please sign in to comment.