Fix panic due to rustls
This commit is contained in:
parent
f471b9ce00
commit
e80d41cc47
4 changed files with 205 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ parking_lot = "0.12.2"
|
|||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
rusqlite = { version = "0.31.0", features = ["bundled", "time"] }
|
||||
rustls = "0.23.19"
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_either = "0.2.1"
|
||||
serde_json = "1.0.117"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue