Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-rustls to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent af43760 commit c577d19
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
51 changes: 46 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = "0.3"
serde_json = { version = "1.0", features = ["preserve_order"] }
rusty_v8 = "0.32"
tokio = { workspace = true, features = ["full"] }
tokio-rustls = "0.25"
tokio-rustls = "0.26"

[build-dependencies]
codegen = { path = "../codegen" }

0 comments on commit c577d19

Please sign in to comment.