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 1c1574f commit 19f85f0Copy full SHA for 19f85f0
Cargo.toml
@@ -75,7 +75,7 @@ reedline = "0.29.0"
75
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
76
ringbuffer = "0.15.0"
77
rusqlite = { version = "0.31" }
78
-rustls-pemfile = { version = "1.0.4" }
+rustls-pemfile = { version = "2.1.1" }
79
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
80
serde = { version = "1", features = [ "derive" ] }
81
serde_json = "1"
0 commit comments