Skip to content

Commit

Permalink
bump to tokio-rustls 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Jul 21, 2024
1 parent 042ebdb commit d71b955
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 @@ -27,7 +27,7 @@ rustls-pki-types = { version = "1.1.0", optional = true }
serde_json = "1.0.120"
thiserror = "1.0.52"
tokio = { version = "1.35.1", features = ["io-util", "net", "time", "sync"] }
tokio-rustls = { version = "0.25.0", optional = true }
tokio-rustls = { version = "0.26.0", optional = true }
tokio-stream = "0.1.15"
tokio-util = { version = "0.7.10", features = ["codec", "net"] }
tracing-core = "0.1.32"
Expand Down

0 comments on commit d71b955

Please sign in to comment.