Skip to content

Commit

Permalink
Update Rust crate tokio-rustls to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent ba7abf3 commit 7993c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 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 @@ -55,7 +55,7 @@ rustls-pemfile = { version = "2.1.2", default-features = false }
scopeguard = { version = "1.2.0", default-features = false }
serde_json5 = "0.1.0"
tokio = { version = "1.38.0", features = ["fs", "rt-multi-thread", "signal", "io-util"], default-features = false }
tokio-rustls = { version = "0.25.0", default-features = false, features = [
tokio-rustls = { version = "0.26.0", default-features = false, features = [
"ring",
] }
tonic = { version = "0.12.0", features = ["transport", "tls"], default-features = false }
Expand Down

0 comments on commit 7993c19

Please sign in to comment.