We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cb9ed commit 9d1c269Copy full SHA for 9d1c269
Cargo.toml
@@ -79,7 +79,7 @@ reedline = "0.30.0"
79
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
80
ringbuffer = "0.15.0"
81
rusqlite = { version = "0.31" }
82
-rustls-pemfile = { version = "1.0.4" }
+rustls-pemfile = { version = "2.1.3" }
83
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
84
serde = { version = "1", features = [ "derive" ] }
85
serde_json = "1"
0 commit comments