Skip to content

Commit

Permalink
Merge pull request #43 from tmccombs/dependabot/cargo/tokio-rustls-0.…
Browse files Browse the repository at this point in the history
…26.0

Update tokio-rustls requirement from 0.25.0 to 0.26.0
  • Loading branch information
tmccombs authored Apr 1, 2024
2 parents 975d213 + cbf0264 commit aa9ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pin-project-lite = "0.2.13"
thiserror = "1.0.30"
tokio = { version = "1.0", features = ["time"] }
tokio-native-tls = { version = "0.3.0", optional = true }
tokio-rustls = { version = "0.25.0", optional = true }
tokio-rustls = { version = "0.26.0", optional = true }
tokio-openssl = { version = "0.6.3", optional = true }
openssl_impl = { package = "openssl", version = "0.10.32", optional = true }

Expand Down

0 comments on commit aa9ccaa

Please sign in to comment.