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 74286f9 commit 2ef422bCopy full SHA for 2ef422b
Cargo.toml
@@ -80,7 +80,7 @@ reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream
80
reqwest11 = { package = "reqwest", version = "0.11", features = ["default", "blocking", "json", "stream"] }
81
ringbuffer = "0.15.0"
82
rusqlite = { version = "0.32" }
83
-rustls-pemfile = { version = "1.0.4" }
+rustls-pemfile = { version = "2.1.3" }
84
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
85
serde = { version = "1", features = [ "derive" ] }
86
serde_json = "1"
0 commit comments