Skip to content

Commit

Permalink
fix(deps): update rust crate rustls-pemfile to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent ec7d604 commit bb3df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ tailcall-version = { path = "./tailcall-version", optional = true }

# dependencies safe for wasm:

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

0 comments on commit bb3df2a

Please sign in to comment.