Skip to content

Commit

Permalink
Update rustls to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Mar 8, 2024
1 parent 6cd0232 commit e35e948
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 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 rustls-platform-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cert-logging = ["base64"]
docsrs = ["jni", "once_cell"]

[dependencies]
rustls = { version = "0.22.1", features = ["tls12", "logging"] }
rustls = { version = "0.23", default-features = false, features = ["std"] }
log = { version = "0.4" }
base64 = { version = "0.21", optional = true } # Only used when the `cert-logging` feature is enabled.
jni = { version = "0.19", default-features = false, optional = true } # Only used during doc generation
Expand Down

0 comments on commit e35e948

Please sign in to comment.