Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c433fc

Browse files
authoredJul 3, 2024··
Update Rust crate rustls-pemfile to v2
1 parent e10f879 commit 3c433fc

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
@@ -78,7 +78,7 @@ reedline = "0.30.0"
7878
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
7979
ringbuffer = "0.15.0"
8080
rusqlite = { version = "0.31" }
81-
rustls-pemfile = { version = "1.0.4" }
81+
rustls-pemfile = { version = "2.1.2" }
8282
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8383
serde = { version = "1", features = [ "derive" ] }
8484
serde_json = "1"

0 commit comments

Comments
 (0)
Please sign in to comment.