Skip to content

Commit

Permalink
Upgrade ring to 0.17 (#433)
Browse files Browse the repository at this point in the history
Bumping tokio-rustls to exactly 0.24 upgrades ring to 0.17 without introducing breaking changes, despite having deprecated methods.
  • Loading branch information
hack3ric authored Aug 6, 2024
1 parent ee8615a commit e665b5a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 114 deletions.
155 changes: 42 additions & 113 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/libtiny_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ rustls-native-certs = { version = "0.6", optional = true }
rustls-pemfile = { version = "1.0.3", optional = true }
tokio = { version = "1.17", default-features = false, features = ["net", "rt", "io-util", "macros"] }
tokio-native-tls = { version = "0.3", optional = true }
tokio-rustls = { version = "0.23", optional = true }
tokio-rustls = { version = "0.24", optional = true }
tokio-stream = { version = "0.1" }

0 comments on commit e665b5a

Please sign in to comment.