Skip to content

Commit

Permalink
Bump rustls version
Browse files Browse the repository at this point in the history
  • Loading branch information
LonerDan committed Nov 7, 2024
1 parent 409d874 commit 6b9ebb5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
57 changes: 29 additions & 28 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.70"
exclude = ["/.github", "/examples", "/scripts"]

[dependencies]
rustls = { version = "0.23.15", default-features = false, features = ["std"] }
rustls = { version = "0.23.16", default-features = false, features = ["std"] }
tokio = "1.0"

[features]
Expand Down

0 comments on commit 6b9ebb5

Please sign in to comment.