Skip to content

Commit 017b3c0

Browse files
fix(deps): update rust crate rustls-pemfile to v2
1 parent ec7d604 commit 017b3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tailcall-version = { path = "./tailcall-version", optional = true }
5555

5656
# dependencies safe for wasm:
5757

58-
rustls-pemfile = { version = "1.0.4" }
58+
rustls-pemfile = { version = "2.0.0" }
5959
schemars = { version = "0.8.17", features = ["derive"] }
6060
hyper = { version = "0.14.28", features = ["server"], default-features = false }
6161
tokio = { workspace = true }

0 commit comments

Comments
 (0)