1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

unpin rcgen, update to 0.8.13

refs: https://github.com/est31/rcgen/issues/63
This commit is contained in:
Wez Furlong 2021-08-23 09:07:53 -07:00
parent dd31d172e9
commit dfad493266
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3617,9 +3617,9 @@ dependencies = [
[[package]]
name = "rcgen"
version = "0.8.11"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48b4fc1b81d685fcd442a86da2e2c829d9e353142633a8159f42bf28e7e94428"
checksum = "2351cbef4bf91837f5ff7face6091cb277ba960d1638d2c5ae2327859912fbba"
dependencies = [
"chrono",
"pem",

View File

@ -20,7 +20,7 @@ percent-encoding = "2"
portable-pty = { path = "../pty", features = ["serde_support"]}
promise = { path = "../promise" }
rangeset = { path = "../rangeset" }
rcgen = "=0.8.11"
rcgen = "0.8"
smol = "1.2"
url = "2"
wezterm-term = { path = "../term", features=["use_serde"] }