Skip to content

Commit

Permalink
chore: bump deno_native_certs to 0.2 (denoland#21092)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 5, 2023
1 parent 1097de3 commit 5a45892
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
31 changes: 27 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ rustls = "0.21.8"
rustls-pemfile = "1.0.0"
rustls-tokio-stream = "=0.2.7"
rustls-webpki = "0.101.4"
rustls-native-certs = "0.6.2"
webpki-roots = "0.25.2"
scopeguard = "1.2.0"
saffron = "=0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion ext/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "lib.rs"

[dependencies]
deno_core.workspace = true
deno_native_certs = "0.1.1"
deno_native_certs = "0.2.0"
once_cell.workspace = true
rustls = { workspace = true, features = ["dangerous_configuration"] }
rustls-pemfile.workspace = true
Expand Down

0 comments on commit 5a45892

Please sign in to comment.