Skip to content

Commit 2ef422b

Browse files
Update Rust crate rustls-pemfile to v2
1 parent 74286f9 commit 2ef422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream
8080
reqwest11 = { package = "reqwest", version = "0.11", features = ["default", "blocking", "json", "stream"] }
8181
ringbuffer = "0.15.0"
8282
rusqlite = { version = "0.32" }
83-
rustls-pemfile = { version = "1.0.4" }
83+
rustls-pemfile = { version = "2.1.3" }
8484
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8585
serde = { version = "1", features = [ "derive" ] }
8686
serde_json = "1"

0 commit comments

Comments
 (0)